diff options
author | Yuriy Andamasov <andamasov@gmail.com> | 2019-04-14 21:44:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-14 21:44:30 +0200 |
commit | ae8aa38c8f2d7336c5cc804d4652ffcd7f2cd127 (patch) | |
tree | b63fe40399b665a79cee6c1cbac96381f6708317 /docs/interfaces/vti.rst | |
parent | e4c4ad2b2a3fd03d7fa77f6cc7713fec4f00b1bf (diff) | |
parent | 2078e7d1dabbffc27f491fda585def57fde2a0a8 (diff) | |
download | vyos-documentation-ae8aa38c8f2d7336c5cc804d4652ffcd7f2cd127.tar.gz vyos-documentation-ae8aa38c8f2d7336c5cc804d4652ffcd7f2cd127.zip |
Merge pull request #33 from mic54/master
Restructured Tunnel Interface 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" - } |