summaryrefslogtreecommitdiff
path: root/op-mode-definitions/ipv6-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-22 20:41:19 +0200
commit536991d0c6f305256ce6ab5975d15116f027b7b6 (patch)
tree61ba4c8829c755b06980cbfc6a7bbb37fea66802 /op-mode-definitions/ipv6-route.xml.in
parenta1873a39f4fb9e8445b772b3fc1697f55314888a (diff)
downloadvyos-1x-536991d0c6f305256ce6ab5975d15116f027b7b6.tar.gz
vyos-1x-536991d0c6f305256ce6ab5975d15116f027b7b6.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.
Diffstat (limited to 'op-mode-definitions/ipv6-route.xml.in')
-rw-r--r--op-mode-definitions/ipv6-route.xml.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/ipv6-route.xml.in b/op-mode-definitions/ipv6-route.xml.in
index 7f188fdb2..5f20444d4 100644
--- a/op-mode-definitions/ipv6-route.xml.in
+++ b/op-mode-definitions/ipv6-route.xml.in
@@ -28,11 +28,7 @@
</node>
</children>
</node>
-
<node name="reset">
- <properties>
- <help>Reset a service</help>
- </properties>
<children>
<node name="ipv6">
<properties>
@@ -64,7 +60,6 @@
</tagNode>
</children>
</node>
-
<node name="route">
<properties>
<help>Reset IPv6 route</help>
@@ -76,7 +71,6 @@
</properties>
<command>sudo ip -f inet6 route flush cache</command>
</leafNode>
-
<tagNode name="cache">
<properties>
<help>Flush the kernel IPv6 route cache for a given route</help>