How can I check which kernels are installed? I need an IPFW kernel, how can I check if it is installed?
GermanyEmpty said:How can I check which kernels are installed? I need an IPFW kernel, how can I check if it is installed?
# kldload ipfw
ipfw_load="YES"
# ipfw list
# kldstat -v |grep ipfw
# (kldload ipfw; sleep 1; ipfw add 1 allow ip from any to any) &