hi
there is a little bug in in the ipsec helper script used to run
freeswan. the bug is in code which was ported from old "ifconfig style"
to the new "iproute2 sytle" which was apparently done by someone from
the Bering team. Btw. why wasn't this provided to the freeswan project
anyway?
this bug prevents freeswan from running when the ipsecX virtual
interface maps to an ppp interface (either analog modem or ADSL). please
apply this little patch:
diff -r ipsec509.lrp/lib/ipsec/_startklips
ipsec509.lrp.new/lib/ipsec/_startklips
109c109
< awk '$1 == "inet" && $3 == "brd" {
---
> awk '$1 == "inet" {
115c115
< print "type=pointopoint"
---
> print "type=peer"
cu
romeo
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel