diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-06 16:55:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-06 16:55:19 +0200 |
commit | 20d4cb59b31c5245337b7c37de97bc348538b4a7 (patch) | |
tree | beb9751960e79a754cb98cb7b9db53d0312a1bdd /templates/show/interfaces/bonding | |
parent | 11cce73671397864186e7236f2c1bf66ab14f3f0 (diff) | |
download | vyatta-op-20d4cb59b31c5245337b7c37de97bc348538b4a7.tar.gz vyatta-op-20d4cb59b31c5245337b7c37de97bc348538b4a7.zip |
op-mode: T2546: migrate show interfaces tunnel,input,pseudo-ethernet,l2tpv3 ...
Migrate to vyos-1x
* show interfaces tunnel ...
* show interfaces input ...
* show interfaces pseudo-ethernet ...
* show interfaces l2tpv3 ...
* show interfaces bridge ...
* show interfaces vti ...
* show interfaces vxlan ...
Diffstat (limited to 'templates/show/interfaces/bonding')
7 files changed, 0 insertions, 17 deletions
diff --git a/templates/show/interfaces/bonding/detail/node.def b/templates/show/interfaces/bonding/detail/node.def deleted file mode 100644 index 4de3dcf..0000000 --- a/templates/show/interfaces/bonding/detail/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show detailed bonding interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=bonding --action=show diff --git a/templates/show/interfaces/bonding/node.def b/templates/show/interfaces/bonding/node.def deleted file mode 100644 index 200971a..0000000 --- a/templates/show/interfaces/bonding/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show bonding interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=bonding --action=show-brief diff --git a/templates/show/interfaces/bonding/node.tag/brief/node.def b/templates/show/interfaces/bonding/node.tag/brief/node.def deleted file mode 100644 index d4ae884..0000000 --- a/templates/show/interfaces/bonding/node.tag/brief/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show summary of the specified bonding interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/bonding/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/node.def deleted file mode 100644 index a750c84..0000000 --- a/templates/show/interfaces/bonding/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified bonding interface information -allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show bonding -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.def deleted file mode 100644 index 3a9e1ab..0000000 --- a/templates/show/interfaces/bonding/node.tag/vif/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified virtual network interface (vif) information -run: echo error: Must supply a vif number; - 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 deleted file mode 100644 index 7aa871e..0000000 --- a/templates/show/interfaces/bonding/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/bonding/node.tag/vif/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.tag/node.def deleted file mode 100644 index bcb688c..0000000 --- a/templates/show/interfaces/bonding/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 bonding --vif ${COMP_WORDS[COMP_CWORD-2]} -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" |