diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:20:14 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-15 08:56:25 +0000 |
commit | 37b2f7963c52e8bd433a4d9b06a995dd516b9957 (patch) | |
tree | aaf638f268355c9606b2ab64ff3a511276a8b045 | |
parent | ee487a0150ad7994edb5f714a1ce217d5fa8c311 (diff) | |
download | vyatta-op-37b2f7963c52e8bd433a4d9b06a995dd516b9957.tar.gz vyatta-op-37b2f7963c52e8bd433a4d9b06a995dd516b9957.zip |
T5247: T2556: Delete deprecated commans show interfaces system and vrrp
Delete deprecated op-mode comamnds:
- show interfaces system
- show interfaces vrrp
```
vyos@r4:~$ show interfaces system
-vbash: /opt/vyatta/bin/vyatta-show-interfaces: No such file or directory
```
For VRRP we use `show vrrp`
(cherry picked from commit 159523bad4d3436f2e7554c628fa502daf14060c)
-rw-r--r-- | templates/show/interfaces/system/enabled/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/system/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/vrrp/detail/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/vrrp/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/vrrp/node.tag/brief/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/vrrp/node.tag/node.def | 3 |
6 files changed, 0 insertions, 13 deletions
diff --git a/templates/show/interfaces/system/enabled/node.def b/templates/show/interfaces/system/enabled/node.def deleted file mode 100644 index 26bf441..0000000 --- a/templates/show/interfaces/system/enabled/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show network information of all enabled interfaces -run: ${vyatta_bindir}/vyatta-show-interfaces system enabled diff --git a/templates/show/interfaces/system/node.def b/templates/show/interfaces/system/node.def deleted file mode 100644 index 138a159..0000000 --- a/templates/show/interfaces/system/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show network information of all interfaces -run: ${vyatta_bindir}/vyatta-show-interfaces system diff --git a/templates/show/interfaces/vrrp/detail/node.def b/templates/show/interfaces/vrrp/detail/node.def deleted file mode 100644 index dca40b9..0000000 --- a/templates/show/interfaces/vrrp/detail/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show detailed vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show diff --git a/templates/show/interfaces/vrrp/node.def b/templates/show/interfaces/vrrp/node.def deleted file mode 100644 index 7b973c9..0000000 --- a/templates/show/interfaces/vrrp/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief diff --git a/templates/show/interfaces/vrrp/node.tag/brief/node.def b/templates/show/interfaces/vrrp/node.tag/brief/node.def deleted file mode 100644 index ca306f9..0000000 --- a/templates/show/interfaces/vrrp/node.tag/brief/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show summary of the specified vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/vrrp/node.tag/node.def b/templates/show/interfaces/vrrp/node.tag/node.def deleted file mode 100644 index 3e261a7..0000000 --- a/templates/show/interfaces/vrrp/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified vrrp interface information -allowed: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=allowed -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" |