summaryrefslogtreecommitdiff
path: root/op-mode-definitions/ipv4-route.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-22 20:41:11 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-23 09:03:26 +0200
commit28f22431441f37985dfd7ec699bfc61aafd82732 (patch)
treef31a873b498e02aab44560aa6a0605e075487280 /op-mode-definitions/ipv4-route.xml.in
parentbedc5021091c247356840e3bcd8efc4ee60955ac (diff)
downloadvyos-1x-28f22431441f37985dfd7ec699bfc61aafd82732.tar.gz
vyos-1x-28f22431441f37985dfd7ec699bfc61aafd82732.zip
xml: op-mode: remove multiple "Reset a service" help definitions
That nasty workaround to always specify the same value for the node.def file as the help text is no longer necessary after commit 17b5ac14 ("T3165: op-mode: prevent override of populated node.def file with empty content". The redundant definitions are no longer necessary. (cherry picked from commit 536991d0c6f305256ce6ab5975d15116f027b7b6)
Diffstat (limited to 'op-mode-definitions/ipv4-route.xml.in')
-rw-r--r--op-mode-definitions/ipv4-route.xml.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/ipv4-route.xml.in b/op-mode-definitions/ipv4-route.xml.in
index aab3df0f1..8f001d5bb 100644
--- a/op-mode-definitions/ipv4-route.xml.in
+++ b/op-mode-definitions/ipv4-route.xml.in
@@ -20,11 +20,7 @@
</node>
</children>
</node>
-
<node name="reset">
- <properties>
- <help>Reset a service</help>
- </properties>
<children>
<node name="ip">
<properties>
@@ -56,7 +52,6 @@
</tagNode>
</children>
</node>
-
<node name="route">
<properties>
<help>Reset IP route</help>
@@ -68,7 +63,6 @@
</properties>
<command>sudo ip route flush cache</command>
</leafNode>
-
<tagNode name="cache">
<properties>
<help>Flush the kernel route cache for a given route</help>