From 465bc8ea46ca3dd851959fda6ac13cbc576b5945 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 13 Aug 2009 17:01:06 -0500 Subject: [PATCH] vpn: clarify VPN Ip4Config docs --- include/NetworkManagerVPN.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/NetworkManagerVPN.h b/include/NetworkManagerVPN.h index 3d6b0fdee..cc6903993 100644 --- a/include/NetworkManagerVPN.h +++ b/include/NetworkManagerVPN.h @@ -118,11 +118,11 @@ typedef enum { #define NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY "gateway" /* uint32: IP address of the internal gateway of the subnet the VPN interface is - * on (network byte order) + * on, if the VPN uses subnet configuration (network byte order) */ #define NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY "internal-gateway" -/* uint32: IP address of the VPN interface (network byte order) */ +/* uint32: internal IP address of the local VPN interface (network byte order) */ #define NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS "address" /* uint32: IP address of the other side of Point-to-Point connection if the VPN