From 189dd8d9a5a467aea193aa5ce9e35c0ca14f7b91 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 30 Jul 2008 15:55:43 -0700 Subject: Add IPv6 address to comp_help for bridge/tunnel --- templates/interfaces/bridge/node.tag/address/node.def | 3 ++- templates/interfaces/tunnel/node.tag/address/node.def | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/interfaces/bridge/node.tag/address/node.def b/templates/interfaces/bridge/node.tag/address/node.def index 52188386..3f04ec06 100644 --- a/templates/interfaces/bridge/node.tag/address/node.def +++ b/templates/interfaces/bridge/node.tag/address/node.def @@ -7,5 +7,6 @@ delete:expression: "sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-delete allowed: echo "dhcp <>" comp_help:Possible completions: Set the IP address and prefix length - dhcp\t\t\t\tSet the IP address and prefix length via DHCP + Set the IPv6 address and prefix length + dhcp Set the IP address and prefix length via DHCP diff --git a/templates/interfaces/tunnel/node.tag/address/node.def b/templates/interfaces/tunnel/node.tag/address/node.def index 07ea4a0e..3310ee00 100644 --- a/templates/interfaces/tunnel/node.tag/address/node.def +++ b/templates/interfaces/tunnel/node.tag/address/node.def @@ -9,4 +9,5 @@ update:expression: "sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-update delete:expression: "sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-delete $VAR(@) --dev $VAR(../@)"; "Error deleting address $VAR(@) on interface $VAR(../@)" comp_help:Possible completions: - Set the IP address and prefix length + Set the IP address and prefix length + Set the IPv6 address and prefix length -- cgit v1.2.3