summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-04 09:25:02 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-04 16:30:02 +0200
commit47c784c1eea80d322e5f0dfa0b7906616e61e702 (patch)
tree08e44c08bd0c8245b31272427920fd02f3e17b05 /templates/interfaces/ethernet
parent3309122cfeb89396ac40f0a46948f87614b74781 (diff)
downloadvyatta-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.def12
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(../@)