diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 09:52:12 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 09:52:12 +0000 |
commit | f846c071d7e860ada3f17d33404ccfeaff569d7f (patch) | |
tree | f0b8b8543daa2f462455913cd395889d4436c884 /gen-interface-templates.pl | |
parent | 231745430ce374d63b298418b89bd2392d450bd1 (diff) | |
download | vyatta-cfg-qos-f846c071d7e860ada3f17d33404ccfeaff569d7f.tar.gz vyatta-cfg-qos-f846c071d7e860ada3f17d33404ccfeaff569d7f.zip |
Stop building vyatta-cfg-qos-serial.
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 879303e..7aee2ea 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -55,16 +55,6 @@ my %interface_hash = ( 'wirelessmodem/node.tag' => '$VAR(@)', 'wireless/node.tag' => '$VAR(@)', 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', - 'multilink/node.tag/vif/node.tag' => '$VAR(../@)', - - 'adsl/node.tag/pvc/node.tag/bridged-ethernet' => '$VAR(../../@)', - 'adsl/node.tag/pvc/node.tag/classical-ipoa' => '$VAR(../../@)', - 'adsl/node.tag/pvc/node.tag/pppoa/node.tag' => '$VAR(../../@)', - 'adsl/node.tag/pvc/node.tag/pppoe/node.tag' => '$VAR(../../@)', - - 'serial/node.tag/cisco-hdlc/vif/node.tag' => '$VAR(../../@).$VAR(@)', - 'serial/node.tag/frame-relay/vif/node.tag' => '$VAR(../../@).$VAR(@)', - 'serial/node.tag/ppp/vif/node.tag' => '$VAR(../../@).$VAR(@)', ); # Hash table to check if the priority needs to set @ root |