diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 11:31:55 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 11:31:55 -0700 |
commit | 8e988dec3b0cd86c58a8d2222e0b142b9b684fa8 (patch) | |
tree | f795fe5c7d24a9b4a29a71d4eae2ee39c51fa26c /templates/show | |
parent | 8363358c3010d1f7383e3a09c16d071f9ec5b42f (diff) | |
download | vyatta-op-8e988dec3b0cd86c58a8d2222e0b142b9b684fa8.tar.gz vyatta-op-8e988dec3b0cd86c58a8d2222e0b142b9b684fa8.zip |
Add preliminary operational mode support for bonding
Basic infrastructure for show status of bonding interfaces
Diffstat (limited to 'templates/show')
17 files changed, 42 insertions, 0 deletions
diff --git a/templates/show/interfaces/bonding/node.def b/templates/show/interfaces/bonding/node.def new file mode 100644 index 0000000..da85752 --- /dev/null +++ b/templates/show/interfaces/bonding/node.def @@ -0,0 +1,2 @@ +help: Show bonding interface information +run: ${vyatta_bindir}/vyatta-show-bonding.pl --brief diff --git a/templates/show/interfaces/bonding/node.tag/capture/node.def b/templates/show/interfaces/bonding/node.tag/capture/node.def new file mode 100644 index 0000000..fe96958 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/node.def @@ -0,0 +1,2 @@ +help: Show captured traffic on specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" diff --git a/templates/show/interfaces/bonding/node.tag/capture/not/node.def b/templates/show/interfaces/bonding/node.tag/capture/not/node.def new file mode 100644 index 0000000..5896bc8 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/not/node.def @@ -0,0 +1 @@ +help: Show captured traffic excluding the specified bonding interface diff --git a/templates/show/interfaces/bonding/node.tag/capture/not/port/node.def b/templates/show/interfaces/bonding/node.tag/capture/not/port/node.def new file mode 100644 index 0000000..5896bc8 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/not/port/node.def @@ -0,0 +1 @@ +help: Show captured traffic excluding the specified bonding interface diff --git a/templates/show/interfaces/bonding/node.tag/capture/not/port/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/capture/not/port/node.tag/node.def new file mode 100644 index 0000000..61079d5 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/not/port/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show captured traffic excluding the specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" "$8" 1 +allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/bonding/node.tag/capture/port/node.def b/templates/show/interfaces/bonding/node.tag/capture/port/node.def new file mode 100644 index 0000000..0870adc --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/port/node.def @@ -0,0 +1 @@ +help: Show captured traffic on specified bonding interface diff --git a/templates/show/interfaces/bonding/node.tag/capture/port/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/capture/port/node.tag/node.def new file mode 100644 index 0000000..8029ba2 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/capture/port/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show captured traffic on specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4" "$7" 0 +allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/bonding/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/node.def new file mode 100644 index 0000000..0cf4016 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/node.def @@ -0,0 +1,7 @@ +help: Show specified bonding interface information +allowed: for dev in /sys/class/net/*; + do if [[ -d $dev/bonding ]] + then echo -n ${dev##*/} " " + fi + done +run: ${vyatta_bindir}/vyatta-show-bonding.pl "$4" diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.def new file mode 100644 index 0000000..2b74427 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.def @@ -0,0 +1,4 @@ +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/bonding/node.tag/vif/node.tag/brief/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/brief/node.def new file mode 100644 index 0000000..7aa871e --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/brief/node.def @@ -0,0 +1,2 @@ +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/bonding/node.tag/vif/node.tag/capture/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/node.def new file mode 100644 index 0000000..4fb959c --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/node.def @@ -0,0 +1,2 @@ +help: Show captured traffic on specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/node.def new file mode 100644 index 0000000..aef8d8b --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/node.def @@ -0,0 +1 @@ +help: Show captured traffic excluding the specified bonding virtual interface port diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.def new file mode 100644 index 0000000..5896bc8 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.def @@ -0,0 +1 @@ +help: Show captured traffic excluding the specified bonding interface diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.tag/node.def new file mode 100644 index 0000000..7e62321 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show captured traffic excluding the specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" "${10}" 1 +allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.def new file mode 100644 index 0000000..0870adc --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.def @@ -0,0 +1 @@ +help: Show captured traffic on specified bonding interface diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.tag/node.def new file mode 100644 index 0000000..a9a13cf --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show captured traffic on specified bonding interface +run: /opt/vyatta/bin/vyatta-tshark-interface-port.pl "$4.$6" "$9" 0 +allowed: echo -n '<1-65535>' diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/node.def new file mode 100644 index 0000000..52bfbee --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/vif/node.tag/node.def @@ -0,0 +1,5 @@ +help: Show specified virtual network interface (vif) information +allowed: local -a array ; + array=( /sys/class/net/${COMP_WORDS[3]}.* ) ; + echo -n ${array[@]##*.} +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" |