diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-12-02 11:15:16 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-12-02 11:15:16 -0800 |
commit | 26dec273e603f26fcc0593672635232e7a0bcc0e (patch) | |
tree | 1553376a0d6d63193b81f38994bfe91e95fddcee | |
parent | 98bf62c678c4bbd6f204520e104c1194bc618461 (diff) | |
download | vyatta-cfg-qos-26dec273e603f26fcc0593672635232e7a0bcc0e.tar.gz vyatta-cfg-qos-26dec273e603f26fcc0593672635232e7a0bcc0e.zip |
Add vrrp interface parameters for bonding vifs
-rwxr-xr-x | gen-interface-templates.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index a09a45f..a86ffa7 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -38,8 +38,10 @@ my %interface_hash = ( '$VAR(../../../../@).$VAR(../../../@)v$VAR(../@)', 'wireless/node.tag' => '$VAR(@)', 'bonding/node.tag' => '$VAR(@)', - 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'bonding/node.tag/vrrp/vrrp-group/node.tag/interface' => '$VAR(../../../@)v$VAR(../@)', + 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/interface' => + '$VAR(../../../../@).$VAR(../../../@)v$VAR(../@)', 'pseudo-ethernet/node.tag' => '$VAR(@)', # 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', |