From 7a88a325987f453fa5e143c0ab5fedc583de5060 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 7 Jul 2009 11:08:49 -0700 Subject: Remove pseudo-ethernet vif templates Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668 --- templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.def | 4 ---- .../interfaces/pseudo-ethernet/node.tag/vif/node.tag/brief/node.def | 2 -- .../interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/node.def | 2 -- .../pseudo-ethernet/node.tag/vif/node.tag/capture/not/node.def | 1 - .../pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.def | 1 - .../node.tag/vif/node.tag/capture/not/port/node.tag/node.def | 3 --- .../pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.def | 1 - .../node.tag/vif/node.tag/capture/port/node.tag/node.def | 3 --- .../show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/node.def | 3 --- 9 files changed, 20 deletions(-) delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/brief/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.tag/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.tag/node.def delete mode 100644 templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/node.def diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.def deleted file mode 100644 index 2b74427..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/brief/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/brief/node.def deleted file mode 100644 index 7aa871e..0000000 --- a/templates/show/interfaces/pseudo-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/pseudo-ethernet/node.tag/vif/node.tag/capture/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/node.def deleted file mode 100644 index 621c784..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show captured traffic on specified pseudo ethernet virtual interface -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/node.def deleted file mode 100644 index 90982d0..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic excluding the specified pseudo ethernet virtual interface port diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.def deleted file mode 100644 index 90982d0..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic excluding the specified pseudo ethernet virtual interface port diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.tag/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.tag/node.def deleted file mode 100644 index dcc85b0..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/not/port/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show captured traffic excluding the specified pseudo ethernet interface port -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" "${10}" 1 -allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.def deleted file mode 100644 index f988ea2..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic on specified pseudo ethernet virtual interface port diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.tag/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.tag/node.def deleted file mode 100644 index 2c19c88..0000000 --- a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/capture/port/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show captured traffic on specified pseudo ethernet virtual interface port -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" "$9" 0 -allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/node.def b/templates/show/interfaces/pseudo-ethernet/node.tag/vif/node.tag/node.def deleted file mode 100644 index 5e3aae7..0000000 --- a/templates/show/interfaces/pseudo-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 pseudo-ethernet --vif ${COMP_WORDS[COMP_CWORD-2]} -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" -- cgit v1.2.3