I want enable PF with FreeBSD 8.2 AMD 64 , and I do not want make new kernel and I want use GENERIC kernel , can I put these options
and put this
and compile kernel with these command
and
can enable PF with this method make problem for my system ?
Code:
device pf
device pflog
device pfsync
Code:
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
Code:
make buildkernel KERNCONF=GENERIC
Code:
make installkernel KERNCONF=GENERIC