
vpnc at unix-ag
Jun 21, 2009, 1:21 AM
Post #1 of 1
(785 views)
Permalink
|
|
svn commit: vpnc r407 - /branches/vpnc-nortel/vpnc-script.in
|
|
Author: Antonio Borneo Date: Sun Jun 21 10:21:12 2009 New Revision: 407 Log: Felix Buenemann <Felix.Buenemann [at] gmx> Merge in Nortel branch the commit r334 by Joerg Mayer and Felix Buenemann. This patch has effect only on Mac, that is still not supported in vpnc-nortel. Modified: branches/vpnc-nortel/vpnc-script.in Modified: branches/vpnc-nortel/vpnc-script.in ============================================================================== --- branches/vpnc-nortel/vpnc-script.in (original) +++ branches/vpnc-nortel/vpnc-script.in Sun Jun 21 10:21:12 2009 @@ -189,7 +189,7 @@ del_network_route() { case "$OS" in - Linux|NetBSD) # and probably others... + Linux|NetBSD|Darwin) # and probably others... # routes are deleted automatically on device shutdown return ;; @@ -285,7 +285,8 @@ d.add ServerAddresses * $INTERNAL_IP4_DNS set State:/Network/Service/$TUNDEV/DNS d.init - d.add Router $INTERNAL_IP4_ADDRESS + # next line overrides the default gateway and breaks split routing + # d.add Router $INTERNAL_IP4_ADDRESS d.add Addresses * $INTERNAL_IP4_ADDRESS d.add SubnetMasks * 255.255.255.255 d.add InterfaceName $TUNDEV _______________________________________________ vpnc-devel mailing list vpnc-devel [at] unix-ag https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|