summaryrefslogtreecommitdiff
path: root/docs/interfaces/dummy.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-23 10:42:03 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-23 10:49:48 +0100
commita0a07c6ab314311909ee3c808d13a712cfba2fb2 (patch)
treeef1362161463e9bd7fd00358be53a60aa78649aa /docs/interfaces/dummy.rst
parentcfd378949fd3ff0c755e59d9d8564e872a89adb9 (diff)
downloadvyos-documentation-a0a07c6ab314311909ee3c808d13a712cfba2fb2.tar.gz
vyos-documentation-a0a07c6ab314311909ee3c808d13a712cfba2fb2.zip
interfaces: update base interface definitions and links
Diffstat (limited to 'docs/interfaces/dummy.rst')
-rw-r--r--docs/interfaces/dummy.rst30
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/interfaces/dummy.rst b/docs/interfaces/dummy.rst
index dc46a4cb..8a24d4db 100644
--- a/docs/interfaces/dummy.rst
+++ b/docs/interfaces/dummy.rst
@@ -1,21 +1,25 @@
.. _dummy-interface:
-Dummy Interfaces
-----------------
+Dummy
+-----
-Dummy interfaces — much like the loopback, except you can have as many as you want.
-Dummy interfaces can be used as interfaces that always stay up (in the same fashion to loopbacks in IOS), or for testing purposes.
+Dummy interfaces are much like the loopback interface, except you can have
+as many as you want. Dummy interfaces can be used as interfaces that always
+stay up (in the same fashion to loopbacks in Cisco IOS), or for testing
+purposes.
Configuration commands:
.. code-block:: sh
- interfaces
- dummy <dum[0-999]>
- + address IP address
- description Description
- disable Disable interface
- > ip IPv4 routing parameters
- > ipv6 IPv6 routing parameters
- redirect Incoming packet redirection destination
- > traffic-policy Traffic-policy for interface \ No newline at end of file
+ vyos@vyos# set interfaces dummy dum0
+ Possible completions:
+ + address IP address
+ description Interface description
+ disable Disable interface
+ > ip IPv4 routing parameters
+ > ipv6 IPv6 routing parameters
+ redirect Incoming packet redirection destination
+ > traffic-policy
+ Traffic-policy for interface
+