Linux supports automatical loading of kernel modules whenever application
attempts to use the corresponding resources. More specifically, placing in
/etc/modules.conf the line:
alias net-pf-17 af_packet
and rerunning "depmod -a" will ensure that af_packet.o is loaded when
tcpdump(8) attempts to open a socket of the corresponding family.
Regards,
------
Tigran A. Aivazian | http://www.sco.com
Escalations Research Group | tel: +44-(0)1923-813796
Santa Cruz Operation Ltd | http://www.aivazian.demon.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/