diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-23 21:19:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-23 21:19:44 +0100 |
commit | cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1 (patch) | |
tree | b3419b21a2cd221101ea8d3ed23aed029adb2425 /docs/_include/interface-address-with-dhcp.txt | |
parent | 45ddcdc8132fd59032d4fb204f509e4aab8031f7 (diff) | |
download | vyos-documentation-cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1.tar.gz vyos-documentation-cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1.zip |
interfaces: vlan: remove wrong arg in cmd headline
Diffstat (limited to 'docs/_include/interface-address-with-dhcp.txt')
-rw-r--r-- | docs/_include/interface-address-with-dhcp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_include/interface-address-with-dhcp.txt b/docs/_include/interface-address-with-dhcp.txt index 45bc9b03..20cd53ac 100644 --- a/docs/_include/interface-address-with-dhcp.txt +++ b/docs/_include/interface-address-with-dhcp.txt @@ -1,4 +1,4 @@ -.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var4 }} address <address | dhcp | +.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} address <address | dhcp | dhcpv6> Configure interface `<interface>` with one or more interface addresses. |