Greetings everyone:
I was wondering what's the correct way to get more than one bpf device like what if I needed 3? the kernel config notes file in src/sys/conf/CONF only states:
which I assumes creates one bpf device, do I simply change it to:
device bpf 3
I was wondering what's the correct way to get more than one bpf device like what if I needed 3? the kernel config notes file in src/sys/conf/CONF only states:
Code:
# The `bpf' device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this
# option. The number of devices determines the maximum number of
# simultaneous BPF clients programs runnable. DHCP requires bpf.
device bpf
which I assumes creates one bpf device, do I simply change it to:
device bpf 3