diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 16:08:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 16:08:45 -0700 |
commit | e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3 (patch) | |
tree | 29485b5fe635a054089e74b92c9348508e8e36e8 | |
parent | 4cb6efba141b1e54ee78077410dd027a8fcf1a39 (diff) | |
download | vyatta-cfg-quagga-e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3.tar.gz vyatta-cfg-quagga-e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3.zip |
Add pseudo-ethernet
Should be able to set ospf/rip values on pseudo-ethernet devices.
-rwxr-xr-x | gen-interface-templates.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 5e17fa0c..8a5e12af 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -34,6 +34,8 @@ my %interface_hash = ( 'ethernet/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)', '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(@)', 'bonding/node.tag' => '$VAR(@)', 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'tunnel/node.tag' => '$VAR(@)', |