From 5abab7cc94b1eb8784a34c5efd0a1a685979630d Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 14 Sep 2011 13:03:08 -0700 Subject: Move packet capture to 'monitor interfaces' (cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944) --- templates/show/interfaces/tunnel/node.tag/capture/node.def | 2 -- templates/show/interfaces/tunnel/node.tag/capture/not/node.def | 1 - templates/show/interfaces/tunnel/node.tag/capture/not/port/node.def | 1 - .../show/interfaces/tunnel/node.tag/capture/not/port/node.tag/node.def | 3 --- templates/show/interfaces/tunnel/node.tag/capture/port/node.def | 1 - .../show/interfaces/tunnel/node.tag/capture/port/node.tag/node.def | 3 --- 6 files changed, 11 deletions(-) delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/node.def delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/not/node.def delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/not/port/node.def delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/not/port/node.tag/node.def delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/port/node.def delete mode 100644 templates/show/interfaces/tunnel/node.tag/capture/port/node.tag/node.def (limited to 'templates/show/interfaces/tunnel') diff --git a/templates/show/interfaces/tunnel/node.tag/capture/node.def b/templates/show/interfaces/tunnel/node.tag/capture/node.def deleted file mode 100644 index b196a35..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show captured traffic on specified tunnel interface -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" diff --git a/templates/show/interfaces/tunnel/node.tag/capture/not/node.def b/templates/show/interfaces/tunnel/node.tag/capture/not/node.def deleted file mode 100644 index c957f71..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/not/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic excluding the specified tunnel interface port diff --git a/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.def b/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.def deleted file mode 100644 index c957f71..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic excluding the specified tunnel interface port diff --git a/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.tag/node.def deleted file mode 100644 index b5c87c9..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/not/port/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show captured traffic excluding the specified tunnel interface port -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" "$8" 1 -allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/tunnel/node.tag/capture/port/node.def b/templates/show/interfaces/tunnel/node.tag/capture/port/node.def deleted file mode 100644 index ed3b544..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/port/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show captured traffic on specified tunnel interface port diff --git a/templates/show/interfaces/tunnel/node.tag/capture/port/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/capture/port/node.tag/node.def deleted file mode 100644 index d1f01df..0000000 --- a/templates/show/interfaces/tunnel/node.tag/capture/port/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show captured traffic on specified tunnel interface port -run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" "$7" 0 -allowed: echo -n '<1-65535>' -- cgit v1.2.3