cpu memhd wrote:
Using buildtool to build openswan for bering-uclibc 2.3 beta (kernelIIRC this was never loaded by the original (FreeSWan) code. It is pretty trivial to fix though.
2.4.29). Copy ipsec.lrp to LEAF box... everything seems normal except
ipsec does not load ipsec_aes.o like it used to before.
This becomes more of a problem when I want to:
svi ipsec stop (or restart) because it cannot unload ipsec.o without first unloading ipsec_aes.o (which must be loaded manually).
I don't understand how this autoloading of modules works. I have
compiled my own kernel and perhaps I goofed somewhere, or something
else to tweak, or a problem with newer ipsec?
No autoloading done here you can look in /lib/ipsec
# grep insmod *
_startklips: echo "insmod failed, but found matching template module $wantgoo."
_startklips: insmod ipsec
_startklips: insmod ipsec_aes
_startklips: test -r /lib/modules/ipsec.o && insmod /lib/modules/ipsec.o
styx: -root- # grep rmmod * _realsetup: rmmod ipsec_aes _realsetup: rmmod ipsec
cheers
Erich
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
