diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-12 18:40:09 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-07-10 16:57:27 -0700 |
commit | c44b8af4c71fc4a4cce2a2e73d129ffc0e312843 (patch) | |
tree | 82b5b9a7e2ab1841392389dca43e3a3c62303802 | |
parent | 5d43acb3f5a154067f489da86ac5cfa013d4ce2d (diff) | |
download | vyatta-cfg-firewall-c44b8af4c71fc4a4cce2a2e73d129ffc0e312843.tar.gz vyatta-cfg-firewall-c44b8af4c71fc4a4cce2a2e73d129ffc0e312843.zip |
remove pseudo-ethernet vif
(cherry picked from commit 8e62427eda81ce7c0f88c4f815a4ca7e3e891e11)
-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 9a1574b..0bfa9f6 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -48,7 +48,7 @@ my %interface_hash = ( 'ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)', 'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)', 'pseudo-ethernet/node.tag' => '$VAR(../../../@)', - 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)', + # 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)', 'tunnel/node.tag' => '$VAR(../../../@)', |