diff options
author | Owen DeLong <owen@delong.com> | 2021-01-08 09:38:56 -0800 |
---|---|---|
committer | Owen DeLong <owen@delong.com> | 2021-01-08 09:38:56 -0800 |
commit | 90ad8ca92e4c9cffab78a8d748243ea8ea11e270 (patch) | |
tree | 87d6eadaf931988d64b03c4940b03ea6f3805ebe /docs/configuration/interfaces/tunnel.rst | |
parent | 895dc5a3b229d94f2819767342f67d375b2acb42 (diff) | |
download | vyos-documentation-90ad8ca92e4c9cffab78a8d748243ea8ea11e270.tar.gz vyos-documentation-90ad8ca92e4c9cffab78a8d748243ea8ea11e270.zip |
Fixed line lenghts
Diffstat (limited to 'docs/configuration/interfaces/tunnel.rst')
-rw-r--r-- | docs/configuration/interfaces/tunnel.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/configuration/interfaces/tunnel.rst b/docs/configuration/interfaces/tunnel.rst index 088d1820..d2d63ce2 100644 --- a/docs/configuration/interfaces/tunnel.rst +++ b/docs/configuration/interfaces/tunnel.rst @@ -101,8 +101,9 @@ Generic Routing Encapsulation (GRE) A GRE tunnel operates at layer 3 of the OSI model and is repsented by IP protocol 47.The main benefit of a GRE tunnel is that you are able to carry -multiple protocols inside the same tunnel. GRE also supports multicast traffic and -supports routing protocols that leverage multicast to form neighbor adjacencies. +multiple protocols inside the same tunnel. GRE also supports multicast traffic +and supports routing protocols that leverage multicast to form neighbor +adjacencies. A VyOS GRE tunnel can carry both IPv4 and IPv6 traffic and can also be created over either IPv4 (gre) or IPv6 (ip6gre). @@ -113,10 +114,10 @@ Configuration A basic configuration requires a tunnel source (local-ip), a tunnel destination (remote-ip), an encapsulation type (gre), and an address (ipv4/ipv6).Below is a -basic IPv4 only configuration example taken from a VyOS router and a Cisco IOS router. -The main difference between these two configurations is that VyOS requires you -explicitly configure the encapsulation type. The Cisco router defaults to gre -ip otherwise it would have to be configured as well. +basic IPv4 only configuration example taken from a VyOS router and a Cisco IOS +router. The main difference between these two configurations is that VyOS +requires you explicitly configure the encapsulation type. The Cisco router +defaults to gre ip otherwise it would have to be configured as well. **VyOS Router:** |