summaryrefslogtreecommitdiff
path: root/docs/interfaces/vti.rst
diff options
context:
space:
mode:
authorkmpm <peter@birchroad.net>2019-01-20 19:47:04 +0100
committerkmpm <peter@birchroad.net>2019-01-20 19:47:04 +0100
commite6fa2569332c15a61f3c99ba0fe639696836d3bd (patch)
treeea76f27cd53bd4f4de869e5fc7f2654775cb5501 /docs/interfaces/vti.rst
parentbc5ad9350e7444d5efc470340cb0c979c0606e0c (diff)
downloadvyos-documentation-e6fa2569332c15a61f3c99ba0fe639696836d3bd.tar.gz
vyos-documentation-e6fa2569332c15a61f3c99ba0fe639696836d3bd.zip
Split network-interfaces into multiple files
- Now sections as separate files under interfaces/ - Fixed some references
Diffstat (limited to 'docs/interfaces/vti.rst')
-rw-r--r--docs/interfaces/vti.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/interfaces/vti.rst b/docs/interfaces/vti.rst
new file mode 100644
index 00000000..bb97e323
--- /dev/null
+++ b/docs/interfaces/vti.rst
@@ -0,0 +1,22 @@
+.. _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"
+ }