diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-04 09:25:02 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-04 16:30:02 +0200 |
commit | 47c784c1eea80d322e5f0dfa0b7906616e61e702 (patch) | |
tree | 08e44c08bd0c8245b31272427920fd02f3e17b05 /templates/interfaces/ethernet | |
parent | 3309122cfeb89396ac40f0a46948f87614b74781 (diff) | |
download | vyatta-cfg-system-47c784c1eea80d322e5f0dfa0b7906616e61e702.tar.gz vyatta-cfg-system-47c784c1eea80d322e5f0dfa0b7906616e61e702.zip |
bonding: T1614: remove old style node.def files in favour of XML/Python rewrite
Diffstat (limited to 'templates/interfaces/ethernet')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/bond-group/node.def | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/interfaces/ethernet/node.tag/bond-group/node.def b/templates/interfaces/ethernet/node.tag/bond-group/node.def deleted file mode 100644 index dff97395..00000000 --- a/templates/interfaces/ethernet/node.tag/bond-group/node.def +++ /dev/null @@ -1,12 +0,0 @@ -priority: 319 -type: txt -help: Assign interface to bonding group -allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=bonding -syntax:expression: pattern $VAR(@) "^bond[0-9]+$" \ - ; "$VAR(@): not a valid name for a bonding interface" - -commit:expression: exec "${vyatta_sbindir}/vyatta-bonding.pl --dev=$VAR(@) --check=$VAR(../@)" - -update: sudo ${vyatta_sbindir}/vyatta-bonding.pl --dev=$VAR(@) --add=$VAR(../@) - -delete: sudo ${vyatta_sbindir}/vyatta-bonding.pl --dev=$VAR(@) --remove=$VAR(../@) |