Hi all,
I am facing to a problem trying to use divert-reply with pf while trying to start it
divert-reply is present in pf.conf(5) for FreeBSD 10.0-RELEASE, I use 10.3-RELEASE-p4.
Is there any kernel module I must load to enable this feature ?
Thanks
I am facing to a problem trying to use divert-reply with pf while trying to start it
Code:
# service pf start
Enabling pf/etc/pf.conf:6: divert-reply has no meaning in FreeBSD pf(4)
pfctl: Syntax error in config file: pf rules not loaded
# kldstat
Id Refs Address Size Name
1 20 0xffffffff80200000 17bc6a8 kernel
2 1 0xffffffff819bd000 11990 carp.ko
3 1 0xffffffff81c11000 56c6 fdescfs.ko
4 1 0xffffffff81c17000 114db ipfw.ko
5 1 0xffffffff81c29000 231a vmmemctl.ko
6 1 0xffffffff81c2c000 2382 vmxnet.ko
7 1 0xffffffff81c2f000 2d8c vmblock.ko
8 1 0xffffffff81c32000 89be vmhgfs.ko
9 1 0xffffffff81c3b000 4cb6 ipdivert.ko
10 1 0xffffffff81c40000 32d6a pf.ko
.
Is there any kernel module I must load to enable this feature ?
Thanks