
vpnc at unix-ag
Jan 13, 2012, 11:57 PM
Post #1 of 1
(172 views)
Permalink
|
|
svn commit: vpnc r509 - /branches/vpnc-nortel/vpnc-script /trunk/vpnc-script
|
|
Author: Antonio Borneo Date: Sat Jan 14 08:57:25 2012 New Revision: 509 Log: vpnc-script: document INTERNAL_IP4_MTU Signed-off-by: Antonio Borneo <borneo.antonio [at] gmail> Modified: branches/vpnc-nortel/vpnc-script trunk/vpnc-script Modified: branches/vpnc-nortel/vpnc-script ============================================================================== --- branches/vpnc-nortel/vpnc-script (original) +++ branches/vpnc-nortel/vpnc-script Sat Jan 14 08:57:25 2012 @@ -1,8 +1,10 @@ #!/bin/sh +# List of parameters passed through environment #* reason -- why this script was called, one of: pre-init connect disconnect #* VPNGATEWAY -- vpn gateway address (always present) #* TUNDEV -- tunnel device (always present) #* INTERNAL_IP4_ADDRESS -- address (always present) +#* INTERNAL_IP4_MTU -- mtu (often unset) #* INTERNAL_IP4_NETMASK -- netmask (often unset) #* INTERNAL_IP4_NETMASKLEN -- netmask length (often unset) #* INTERNAL_IP4_NETADDR -- address of network (only present if netmask is set) Modified: trunk/vpnc-script ============================================================================== --- trunk/vpnc-script (original) +++ trunk/vpnc-script Sat Jan 14 08:57:25 2012 @@ -1,8 +1,10 @@ #!/bin/sh +# List of parameters passed through environment #* reason -- why this script was called, one of: pre-init connect disconnect #* VPNGATEWAY -- vpn gateway address (always present) #* TUNDEV -- tunnel device (always present) #* INTERNAL_IP4_ADDRESS -- address (always present) +#* INTERNAL_IP4_MTU -- mtu (often unset) #* INTERNAL_IP4_NETMASK -- netmask (often unset) #* INTERNAL_IP4_NETMASKLEN -- netmask length (often unset) #* INTERNAL_IP4_NETADDR -- address of network (only present if netmask is set) _______________________________________________ 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/
|