diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:20:14 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:22:43 +0000 |
commit | 159523bad4d3436f2e7554c628fa502daf14060c (patch) | |
tree | ae36f5c837d2c1dbf957c79c2b4f5af12c91f6d0 /templates/show/interfaces/vrrp | |
parent | b276e08064529119f22b5d5da2243e25293e404f (diff) | |
download | vyatta-op-159523bad4d3436f2e7554c628fa502daf14060c.tar.gz vyatta-op-159523bad4d3436f2e7554c628fa502daf14060c.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`
Diffstat (limited to 'templates/show/interfaces/vrrp')
-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 |
4 files changed, 0 insertions, 9 deletions
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" |