diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-22 18:08:11 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-22 18:08:11 -0600 |
commit | f75674524eee7384924f3c6b18d5091cb0b4acfd (patch) | |
tree | dd6f9f5b6f7b1c0db8d478022df0ad67990860b0 /templates | |
parent | 7cffc87c9e05b15045cfd7910e760237231d795d (diff) | |
download | vyatta-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.def | 2 |
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[@]##*/} |