summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-05 23:10:49 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-05 23:10:49 +0200
commit68f7f034cba5145665207e09d19d0a61063708d9 (patch)
treeb5a1dc79c944ef3f8c59da548276a33fa354f136 /templates
parent5baf68dfebc7ff75957f08ca4d1f6dd24ad75820 (diff)
downloadvyatta-op-68f7f034cba5145665207e09d19d0a61063708d9.tar.gz
vyatta-op-68f7f034cba5145665207e09d19d0a61063708d9.zip
op-mode: ethernet: T2546: migrate vif subcommand to vyos-1x
Diffstat (limited to 'templates')
-rw-r--r--templates/show/interfaces/ethernet/detail/node.def2
-rw-r--r--templates/show/interfaces/ethernet/node.tag/brief/node.def2
-rw-r--r--templates/show/interfaces/ethernet/node.tag/vif/node.def2
-rw-r--r--templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def2
-rw-r--r--templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def3
5 files changed, 0 insertions, 11 deletions
diff --git a/templates/show/interfaces/ethernet/detail/node.def b/templates/show/interfaces/ethernet/detail/node.def
deleted file mode 100644
index 40ecdf1..0000000
--- a/templates/show/interfaces/ethernet/detail/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show detailed ethernet interface information
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=ethernet --action=show
diff --git a/templates/show/interfaces/ethernet/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/brief/node.def
deleted file mode 100644
index 0d164bc..0000000
--- a/templates/show/interfaces/ethernet/node.tag/brief/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show summary of the specified ethernet interface information
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief
diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.def
deleted file mode 100644
index b87bd73..0000000
--- a/templates/show/interfaces/ethernet/node.tag/vif/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show specified virtual network interface (vif) information
-run: echo error: Must supply a vif number ;
diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def
deleted file mode 100644
index 7aa871e..0000000
--- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show summary of specified virtual network interface (vif) information
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" --action=show-brief
diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def
deleted file mode 100644
index bc47fb6..0000000
--- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: Show specified virtual network interface (vif) information
-allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show ethernet --vif ${COMP_WORDS[COMP_CWORD-2]}
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6"