diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-04-04 10:28:06 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-04-04 10:28:06 -0700 |
commit | 5ec3ec09b50c92ef9fe52a72426df2f42e1a345c (patch) | |
tree | 6b180dea9fcea896656d1a595fc066507cde3da6 /templates | |
parent | aaf21ee2b37c0328658e2d26cbac845a75e9d712 (diff) | |
parent | 64266c79c91583ed6a9704066e920a0270efdd81 (diff) | |
download | vyatta-cfg-system-5ec3ec09b50c92ef9fe52a72426df2f42e1a345c.tar.gz vyatta-cfg-system-5ec3ec09b50c92ef9fe52a72426df2f42e1a345c.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'templates')
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def index 3b1cf6a6..c40c5f47 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def @@ -5,3 +5,6 @@ help: Configure virtual address create: sudo /opt/vyatta/sbin/vyatta-watchlink-exclude.pl --id=vrrp --action=add --intf="$VAR(../../../../@).$VAR(../../../@)" --ipadd=$VAR(@) --signal delete: sudo /opt/vyatta/sbin/vyatta-watchlink-exclude.pl --id=vrrp --action=remove --intf="$VAR(../../../../@).$VAR(../../../@)" --ipadd=$VAR(@) --signal + +comp_help: possible completions: + <x.x.x.x> Virtual IP address (up to 20 per group) diff --git a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def index d66d4d60..af8b4624 100644 --- a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def +++ b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def @@ -5,3 +5,6 @@ help: Configure virtual address create: sudo /opt/vyatta/sbin/vyatta-watchlink-exclude.pl --id=vrrp --action=add --intf=$VAR(../../../@) --ipadd=$VAR(@) --signal delete: sudo /opt/vyatta/sbin/vyatta-watchlink-exclude.pl --id=vrrp --action=remove --intf=$VAR(../../../@) --ipadd=$VAR(@) --signal + +comp_help: possible completions: + <x.x.x.x> Virtual IP address (up to 20 per group) |