diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-08-05 12:30:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-08-05 12:30:12 +0200 |
commit | 5e2c19f9e3c4789f34bd1fb0b844f36c7219a666 (patch) | |
tree | c31b0898bf9ac7832cdb525cfac53fd996b13ca9 /templates/interfaces/bonding | |
parent | 7d83de0511f90274582716fe30fba5c44c07270f (diff) | |
download | vyatta-cfg-system-5e2c19f9e3c4789f34bd1fb0b844f36c7219a666.tar.gz vyatta-cfg-system-5e2c19f9e3c4789f34bd1fb0b844f36c7219a666.zip |
[bridge]: T1556: rewrite Bridge in new style XML syntax
Diffstat (limited to 'templates/interfaces/bonding')
4 files changed, 0 insertions, 20 deletions
diff --git a/templates/interfaces/bonding/node.tag/bridge-group/bridge/node.def b/templates/interfaces/bonding/node.tag/bridge-group/bridge/node.def deleted file mode 100644 index b6c48963..00000000 --- a/templates/interfaces/bonding/node.tag/bridge-group/bridge/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt - -help: Bridge group interface - -commit:expression: exec \ - "/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=bridge" - -allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=bridge diff --git a/templates/interfaces/bonding/node.tag/bridge-group/cost/node.def b/templates/interfaces/bonding/node.tag/bridge-group/cost/node.def deleted file mode 100644 index 243747b9..00000000 --- a/templates/interfaces/bonding/node.tag/bridge-group/cost/node.def +++ /dev/null @@ -1,4 +0,0 @@ -type: u32 -help: Path cost for this port -syntax:expression: $VAR(@) >= 1 && $VAR(@) < 65536 ; "Bridge cost value must be between 1 and 65535" -val_help: u32:1-65535; Path cost value for Spanning Tree Protocol diff --git a/templates/interfaces/bonding/node.tag/bridge-group/node.def b/templates/interfaces/bonding/node.tag/bridge-group/node.def deleted file mode 100644 index 778226a8..00000000 --- a/templates/interfaces/bonding/node.tag/bridge-group/node.def +++ /dev/null @@ -1,4 +0,0 @@ -priority: 320 -help: Add this interface to a bridge group - -end: /opt/vyatta/sbin/vyatta-bridge.pl ${COMMIT_ACTION} $VAR(../@) diff --git a/templates/interfaces/bonding/node.tag/bridge-group/priority/node.def b/templates/interfaces/bonding/node.tag/bridge-group/priority/node.def deleted file mode 100644 index be0ff479..00000000 --- a/templates/interfaces/bonding/node.tag/bridge-group/priority/node.def +++ /dev/null @@ -1,4 +0,0 @@ -type: u32 -help: Bridge port priority -syntax:expression: $VAR(@) >= 0 &&$VAR(@) < 64; "Port priority must be between 0-63" -val_help: u32:0-63; Bridge port priority |