]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commitdiff
document INTERNAL_IP4_MTU
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 8 Jan 2012 03:37:00 +0000 (11:37 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 13 Jan 2012 22:02:02 +0000 (09:02 +1100)
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
vpnc-script

index 6ba71ee9e7d1d64e9dc8b50d76cdb162bcd879db..5e57e9108bc0d7c5740bcecbb29412479499abcd 100755 (executable)
@@ -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)