diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-15 06:18:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 06:18:33 +0100 |
commit | b83935bcf01cb901cdabb6ce860a27e7ce3b4e29 (patch) | |
tree | ae36f5c837d2c1dbf957c79c2b4f5af12c91f6d0 | |
parent | b276e08064529119f22b5d5da2243e25293e404f (diff) | |
parent | 159523bad4d3436f2e7554c628fa502daf14060c (diff) | |
download | vyatta-op-b83935bcf01cb901cdabb6ce860a27e7ce3b4e29.tar.gz vyatta-op-b83935bcf01cb901cdabb6ce860a27e7ce3b4e29.zip |
Merge pull request #86 from sever-sever/T5247
T5247: T2556: Delete deprecated commans show interfaces system and vrrp
-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" |