diff options
author | Jan Macku <jamacku@redhat.com> | 2019-07-11 12:14:19 +0200 |
---|---|---|
committer | Lukáš Nykrýn <lnykryn@redhat.com> | 2019-07-31 14:06:45 +0200 |
commit | c2012fb057ce96ce49191af5a8526753bbc6f701 (patch) | |
tree | 96a5ae30ada9ee6899cf2c9992e304552591193e /doc | |
parent | d6af590090a2a8ffd45e273bdbd46a3fefc8debb (diff) | |
download | initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.gz initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.bz2 initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.xz initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.zip |
Add ip6gre tunnel option
Resolve: BZ #1691552
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sysconfig.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt index 5878d38f..b16338a9 100644 --- a/doc/sysconfig.txt +++ b/doc/sysconfig.txt @@ -881,7 +881,7 @@ Files in /etc/sysconfig/network-scripts/ "mode=active-backup arp_interval=60 arp_ip_target=192.168.1.1,192.168.1.2" Tunnel-specific items: - TYPE=GRE|IPIP|IPIP6|EXTERNAL + TYPE=GRE|GRE6|IPIP|IPIP6|EXTERNAL External is a mode for ip6_tunnel interfaces (that cannot be set on the primary ip6tnl0 interface), which permits unwrapping encapsulated packets regardless of their internal IP (v4 or v6) provided the inner |