Hello,
I recompiled a custom kernel with PF ALTQ support. And added the following to my KERNCONF:
The server booted just fine but when I tried to start PF I get this message:
The log files are clean; there is no output or errors related to PF. Would someone kindly provide some pointers or clues on where to start in my quest to fix this problem? I know this post is lacking some details but I'm will to provide more info as needed.
Thanks,
CJ
I recompiled a custom kernel with PF ALTQ support. And added the following to my KERNCONF:
Code:
device pf
device pflog
device pfsync
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
options ALTQ_NOPCC # Required for SMP build
The server booted just fine but when I tried to start PF I get this message:
Code:
Enabling pfpfctl: DIOCADDRULE: Operation not supported by device
The log files are clean; there is no output or errors related to PF. Would someone kindly provide some pointers or clues on where to start in my quest to fix this problem? I know this post is lacking some details but I'm will to provide more info as needed.
Thanks,
CJ