diff options
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 30c4cb2a..f50b0bd1 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -36,7 +36,7 @@ my %interface_hash = ( 'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)', 'wireless/node.tag' => '$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(@)', |