From 159523bad4d3436f2e7554c628fa502daf14060c Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sun, 14 Jan 2024 23:20:14 +0000 Subject: [PATCH] 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` --- templates/show/interfaces/system/enabled/node.def | 2 -- templates/show/interfaces/system/node.def | 2 -- templates/show/interfaces/vrrp/detail/node.def | 2 -- templates/show/interfaces/vrrp/node.def | 2 -- templates/show/interfaces/vrrp/node.tag/brief/node.def | 2 -- templates/show/interfaces/vrrp/node.tag/node.def | 3 --- 6 files changed, 13 deletions(-) delete mode 100644 templates/show/interfaces/system/enabled/node.def delete mode 100644 templates/show/interfaces/system/node.def delete mode 100644 templates/show/interfaces/vrrp/detail/node.def delete mode 100644 templates/show/interfaces/vrrp/node.def delete mode 100644 templates/show/interfaces/vrrp/node.tag/brief/node.def delete mode 100644 templates/show/interfaces/vrrp/node.tag/node.def diff --git a/templates/show/interfaces/system/enabled/node.def b/templates/show/interfaces/system/enabled/node.def deleted file mode 100644 index 26bf441d..00000000 --- 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 138a1591..00000000 --- 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 dca40b93..00000000 --- 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 7b973c9f..00000000 --- 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 ca306f91..00000000 --- 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 3e261a75..00000000 --- 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"