diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-10 19:06:10 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-10 19:06:10 -0500 |
commit | aa8b662a49dde11a7d2fb38a08583d3e7626022c (patch) | |
tree | 069ee6c6e5c3e0e2719c75b9d26ce74b0e1b1a45 /templates/interfaces/ethernet | |
parent | c4e7ac2de82e55915bf96d001667de86eba47396 (diff) | |
download | vyatta-cfg-quagga-aa8b662a49dde11a7d2fb38a08583d3e7626022c.tar.gz vyatta-cfg-quagga-aa8b662a49dde11a7d2fb38a08583d3e7626022c.zip |
Bugfix 7551: Fix vlan address completion text
Diffstat (limited to 'templates/interfaces/ethernet')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def index 574b24ed..db361f38 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def @@ -12,7 +12,7 @@ delete: sudo /opt/vyatta/sbin/vyatta-address delete $VAR(../../@).$VAR(../@) $VA allowed: echo "dhcp <>" -val_help: ipv4; IP address and prefix length -val_help: ipv6; IPv6 address and prefix length +val_help: ipv4net; IP address and prefix length +val_help: ipv6net; IPv6 address and prefix length val_help: dhcp; Dynamic Host Configuration Protocol val_help: dhcpv6; Dynamic Host Configuration Protocol for IPv6 |