mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 12:20:12 +01:00
vpn: clarify VPN Ip4Config docs
This commit is contained in:
parent
98078b2609
commit
465bc8ea46
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue