diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-30 11:28:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-30 11:28:52 +0100 |
commit | 37850e2f6f9efed96c9e807fd98623465337d330 (patch) | |
tree | 0ea577776ba0cc1185f8fe7093d56e29c481233e /docs/interfaces/dummy.rst | |
parent | 63d79bfbc887f306bca842986b823a1ee38ace13 (diff) | |
download | vyos-documentation-37850e2f6f9efed96c9e807fd98623465337d330.tar.gz vyos-documentation-37850e2f6f9efed96c9e807fd98623465337d330.zip |
remove all enclosing '' from cfgcmd/opcmd
Diffstat (limited to 'docs/interfaces/dummy.rst')
-rw-r--r-- | docs/interfaces/dummy.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/interfaces/dummy.rst b/docs/interfaces/dummy.rst index 1b35cefd..c74e5f48 100644 --- a/docs/interfaces/dummy.rst +++ b/docs/interfaces/dummy.rst @@ -16,7 +16,7 @@ Configuration Address ------- -.. cfgcmd:: set interfaces dummy '<interface>' address <address | dhcp | dhcpv6> +.. cfgcmd:: set interfaces dummy <interface> address <address | dhcp | dhcpv6> Configure dummy interface `<interface>` with one or more interface addresses. @@ -40,12 +40,12 @@ Address Link Administration ------------------- -.. cfgcmd:: set interfaces dummy '<interface>' description '<description>' +.. cfgcmd:: set interfaces dummy <interface> description <description> Assign given `<description>` to interface. Description will also be passed to SNMP monitoring systems. -.. cfgcmd:: set interfaces dummy '<interface>' disable +.. cfgcmd:: set interfaces dummy <interface> disable Disable given `<interface>`. It will be placed in administratively down state. @@ -65,7 +65,7 @@ Operation --------- ---------- --- ----------- dum0 172.18.254.201/32 u/u -.. opcmd:: show interfaces dummy '<interface>' +.. opcmd:: show interfaces dummy <interface> Show detailed information on given `<interface>` |