Hello,
I want to enable DCHPserver on my FreeBSD and now look for the device called "bpf" (Berkeley Packet Filter) to see if it's already installed in my system.
I don't know if my kernel is currently a custom kernel; as far as I remember, I had rebuilt it to introduce an NDIS Wireless driver and put ndis_load="YES" and several other related expressions into /boot/loader.conf.
ls /dev | grep bpf returns nothing, does that mean there's no bpf in my system? I think so. So I guess I have to install "bpf" on my system, i.e. rebuild the kernel with the "device bpf" option.
Here is my question:
FreeBSD handbook talks about rebuilding kernel using /usr/src/sys/i386/conf/GENERIC as the guiding file. And one look into GENERIC shows "device bpf" is there uncommented (no # at the start) which makes me think my kernel is already built with "device bpf", is that right? Should I still rebuild the kernel using that GENERIC file, in order to make "device bpf" compiled into it?
Thanks.
I want to enable DCHPserver on my FreeBSD and now look for the device called "bpf" (Berkeley Packet Filter) to see if it's already installed in my system.
I don't know if my kernel is currently a custom kernel; as far as I remember, I had rebuilt it to introduce an NDIS Wireless driver and put ndis_load="YES" and several other related expressions into /boot/loader.conf.
ls /dev | grep bpf returns nothing, does that mean there's no bpf in my system? I think so. So I guess I have to install "bpf" on my system, i.e. rebuild the kernel with the "device bpf" option.
Here is my question:
FreeBSD handbook talks about rebuilding kernel using /usr/src/sys/i386/conf/GENERIC as the guiding file. And one look into GENERIC shows "device bpf" is there uncommented (no # at the start) which makes me think my kernel is already built with "device bpf", is that right? Should I still rebuild the kernel using that GENERIC file, in order to make "device bpf" compiled into it?
Thanks.