diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-25 14:15:44 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-25 14:15:44 -0700 |
commit | eedd04171ff3c6017e52830e8e07ec437e1c6663 (patch) | |
tree | 2e6be92570d53c1e134c806e3de7e0477b11c017 /templates/interfaces/bonding | |
parent | 82b2f6abc7b3b5e3164675c28a27506b39eeb9a7 (diff) | |
download | vyatta-cfg-quagga-eedd04171ff3c6017e52830e8e07ec437e1c6663.tar.gz vyatta-cfg-quagga-eedd04171ff3c6017e52830e8e07ec437e1c6663.zip |
Generate interface templates as part of build
Rather than 100's of copies of the same template, use the same
process as the firewall module to generate the templates.
For this, the are meta-templates in interface-templates directory
which get processed and $IFNAME is replaced by the appropriate CLI
syntax to refer back to the directory name. Changing a quagga
template in most cases can be done by fixing the meta-template.
Diffstat (limited to 'templates/interfaces/bonding')
7 files changed, 0 insertions, 7 deletions
diff --git a/templates/interfaces/bonding/node.tag/disable-link-detect b/templates/interfaces/bonding/node.tag/disable-link-detect deleted file mode 120000 index 59b5fca4..00000000 --- a/templates/interfaces/bonding/node.tag/disable-link-detect +++ /dev/null @@ -1 +0,0 @@ -../../ethernet/node.tag/disable-link-detect
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/ip b/templates/interfaces/bonding/node.tag/ip deleted file mode 120000 index 82a3eddd..00000000 --- a/templates/interfaces/bonding/node.tag/ip +++ /dev/null @@ -1 +0,0 @@ -../../ethernet/node.tag/ip
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/ipv6 b/templates/interfaces/bonding/node.tag/ipv6 deleted file mode 120000 index 5ee688a7..00000000 --- a/templates/interfaces/bonding/node.tag/ipv6 +++ /dev/null @@ -1 +0,0 @@ -../../ethernet/node.tag/ipv6
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/disable-link-detect b/templates/interfaces/bonding/node.tag/vif/node.tag/disable-link-detect deleted file mode 120000 index 17c50daa..00000000 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/disable-link-detect +++ /dev/null @@ -1 +0,0 @@ -../../../../ethernet/node.tag/vif/node.tag/disable-link-detect
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/ip b/templates/interfaces/bonding/node.tag/vif/node.tag/ip deleted file mode 120000 index 40672f0a..00000000 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/ip +++ /dev/null @@ -1 +0,0 @@ -../../../../ethernet/node.tag/vif/node.tag/ip
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/ipv6 b/templates/interfaces/bonding/node.tag/vif/node.tag/ipv6 deleted file mode 120000 index d07a60a7..00000000 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/ipv6 +++ /dev/null @@ -1 +0,0 @@ -../../../../ethernet/node.tag/vif/node.tag/ipv6
\ No newline at end of file diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/pppoe b/templates/interfaces/bonding/node.tag/vif/node.tag/pppoe deleted file mode 120000 index 51397d10..00000000 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/pppoe +++ /dev/null @@ -1 +0,0 @@ -../../../../ethernet/node.tag/vif/node.tag/pppoe
\ No newline at end of file |