diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-11-03 11:02:10 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-11-03 11:02:10 -0700 |
commit | 8d5b99656470e426b62cc15078db4b8bdb99eb25 (patch) | |
tree | 134de3e3db30fa1d349f51cceb52a906fd3d26f5 /gen-interface-templates.pl | |
parent | ecb8371c3d93cac46f322af60287de1fed468e23 (diff) | |
download | vyatta-cfg-quagga-8d5b99656470e426b62cc15078db4b8bdb99eb25.tar.gz vyatta-cfg-quagga-8d5b99656470e426b62cc15078db4b8bdb99eb25.zip |
Add support for vif on pseudo-ethernet
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 3b2e39ab..254f46af 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -37,7 +37,7 @@ my %interface_hash = ( 'wireless/node.tag' => '$VAR(@)', 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'pseudo-ethernet/node.tag' => '$VAR(@)', -# 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'bonding/node.tag' => '$VAR(@)', 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'tunnel/node.tag' => '$VAR(@)', |