Blame docs/api/html/settings-ip-tunnel.html

Packit 5756e2
Packit 5756e2
<html>
Packit 5756e2
<head>
Packit 5756e2
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 5756e2
<title>ip-tunnel: NetworkManager Reference Manual</title>
Packit 5756e2
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit 5756e2
<link rel="home" href="index.html" title="NetworkManager Reference Manual">
Packit 5756e2
<link rel="up" href="ch01.html" title="Configuration Settings">
Packit 5756e2
<link rel="prev" href="settings-ipv6.html" title="ipv6">
Packit 5756e2
<link rel="next" href="settings-macsec.html" title="macsec">
Packit Service 018b0a
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
Packit 5756e2
<link rel="stylesheet" href="style.css" type="text/css">
Packit 5756e2
</head>
Packit 5756e2
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 5756e2
Packit 5756e2
Packit 5756e2
Top  | 
Packit 5756e2
                  
Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit 5756e2
Home
Packit 5756e2
Up
Packit 5756e2
Prev
Packit 5756e2
Next
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

ip-tunnel

Packit 5756e2

ip-tunnel — IP Tunneling Settings

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit Service a1bd4f

Table 62. 

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Key Name
Packit 5756e2
Value Type
Packit 5756e2
Default Value
Packit 5756e2
Value Description
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
encapsulation-limit
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels.
Packit 5756e2
Packit 5756e2
Packit 5756e2
flags
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
Tunnel flags. Currently, the following values are supported: NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS (0x2), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL (0x4), NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV (0x8), NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY (0x10), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK (0x20). They are valid only for IPv6 tunnels.
Packit 5756e2
Packit 5756e2
Packit 5756e2
flow-label
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
The flow label to assign to tunnel packets. This property applies only to IPv6 tunnels.
Packit 5756e2
Packit 5756e2
Packit 5756e2
input-key
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
local
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address.
Packit 5756e2
Packit 5756e2
Packit 5756e2
mode
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2).
Packit 5756e2
Packit 5756e2
Packit 5756e2
mtu
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments.
Packit 5756e2
Packit 5756e2
Packit 5756e2
output-key
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
parent
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface.
Packit 5756e2
Packit 5756e2
Packit 5756e2
path-mtu-discovery
Packit 5756e2
boolean
Packit 5756e2
TRUE
Packit 5756e2
Whether to enable Path MTU Discovery on this tunnel.
Packit 5756e2
Packit 5756e2
Packit 5756e2
remote
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address.
Packit 5756e2
Packit 5756e2
Packit 5756e2
tos
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets.
Packit 5756e2
Packit 5756e2
Packit 5756e2
ttl
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value.
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2


Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit Service 018b0a

Generated by GTK-Doc V1.33.0
Packit 5756e2
</body>
Packit 5756e2
</html>