diff options
author | mic54 <mic54@protonmail.com> | 2019-04-14 13:25:59 -0500 |
---|---|---|
committer | mic54 <mic54@protonmail.com> | 2019-04-14 13:25:59 -0500 |
commit | 12f11e72c9cce67d8bb9b85ce9a9c39e40aac61f (patch) | |
tree | a96a5512dc8e5516cf35250f8bac4d6b2d919028 /docs/interfaces/vti.rst | |
parent | 32096506f68beb493ad207a9a8018681b11de203 (diff) | |
download | vyos-documentation-12f11e72c9cce67d8bb9b85ce9a9c39e40aac61f.tar.gz vyos-documentation-12f11e72c9cce67d8bb9b85ce9a9c39e40aac61f.zip |
modified tunnel int to parent, vti to sub, and added gre
Diffstat (limited to 'docs/interfaces/vti.rst')
-rw-r--r-- | docs/interfaces/vti.rst | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/interfaces/vti.rst b/docs/interfaces/vti.rst deleted file mode 100644 index bb97e323..00000000 --- a/docs/interfaces/vti.rst +++ /dev/null @@ -1,22 +0,0 @@ -.. _interfaces-vti: - -Tunnel Interfaces (vti) ------------------------ - -Set Virtual Tunnel interface - -.. code-block:: sh - - set interfaces vti vti0 address 192.168.2.249/30 - set interfaces vti vti0 address 2001:db8:2::249/64 - -Results in: - -.. code-block:: sh - - vyos@vyos# show interfaces vti - vti vti0 { - address 192.168.2.249/30 - address 2001:db8:2::249/64 - description "Description" - } |