summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-02-22 18:08:11 -0600
committerJohn Southworth <john.southworth@vyatta.com>2011-02-22 18:08:11 -0600
commitf75674524eee7384924f3c6b18d5091cb0b4acfd (patch)
treedd6f9f5b6f7b1c0db8d478022df0ad67990860b0 /templates
parent7cffc87c9e05b15045cfd7910e760237231d795d (diff)
downloadvyatta-cfg-vpn-f75674524eee7384924f3c6b18d5091cb0b4acfd.tar.gz
vyatta-cfg-vpn-f75674524eee7384924f3c6b18d5091cb0b4acfd.zip
Add bond interfaces to available dhcp interfaces in tab completion
Diffstat (limited to 'templates')
-rw-r--r--templates/vpn/ipsec/site-to-site/peer/node.tag/dhcp-interface/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/dhcp-interface/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/dhcp-interface/node.def
index 5297f5a..a25e076 100644
--- a/templates/vpn/ipsec/site-to-site/peer/node.tag/dhcp-interface/node.def
+++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/dhcp-interface/node.def
@@ -2,6 +2,6 @@ type: txt
help: DHCP interface to listen on
allowed:
local -a array ;
- array=( /var/lib/dhcp3/eth* /var/lib/dhcp3/br* ) ;
+ array=( /var/lib/dhcp3/eth* /var/lib/dhcp3/br* /var/lib/dhcp3/bond* ) ;
echo -n ${array[@]##*/}