summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-27 10:14:22 +0200
committerChristian Breunig <christian@breunig.cc>2024-07-27 10:14:22 +0200
commitce6663604fdc88fd45a0e67f79be43f60c19c5b6 (patch)
tree976966de19488dca233540adeea81c936b534e27 /docs
parent348c7fb6c9d36de7e87db6286e1decf27a75814c (diff)
downloadvyos-documentation-ce6663604fdc88fd45a0e67f79be43f60c19c5b6.tar.gz
vyos-documentation-ce6663604fdc88fd45a0e67f79be43f60c19c5b6.zip
ip(v6): T6601: move "reset ip(v6) arp|neighbor" to "clear ip(v6) arp|neighbor"
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/system/ip.rst18
-rw-r--r--docs/configuration/system/ipv6.rst16
2 files changed, 33 insertions, 1 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst
index a422388f..5d0a0145 100644
--- a/docs/configuration/system/ip.rst
+++ b/docs/configuration/system/ip.rst
@@ -90,8 +90,24 @@ See below the different parameters available for the IPv4 **show** command:
rip Show Routing Information Protocol (RIP) information
route Show IP routes
+Clear commands
+^^^^^^^^^^^^^^
+
+.. opcmd:: clear ip arp <address | interface | table>
+
+ Use this command to reset IPv6 Neighbor Discovery Protocol cache for
+ an address or interface.
+
+.. opcmd:: clear ip arp table
+
+ Flush entire ARP cache
+
+.. opcmd:: clear ip route cache
+
+ Use this command to flush the kernel IPv6 route cache.
+ An address can be added to flush it only for that route.
-reset commands
+Reset commands
^^^^^^^^^^^^^^
And the different IPv4 **reset** commands available:
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst
index cde7a2aa..d1322df2 100644
--- a/docs/configuration/system/ipv6.rst
+++ b/docs/configuration/system/ipv6.rst
@@ -158,6 +158,22 @@ Show commands
Use this command to show the status of the RIPNG protocol
+Clear commands
+^^^^^^^^^^^^^^
+
+.. opcmd:: clear ipv6 neighbors <address | interface>
+
+ Use this command to reset IPv6 Neighbor Discovery Protocol cache for
+ an address or interface.
+
+.. opcmd:: clear ipv6 neighbors table
+
+ Flush entire IPv6 ND cache
+
+.. opcmd:: clear ipv6 route cache
+
+ Use this command to flush the kernel IPv6 route cache.
+ An address can be added to flush it only for that route.
Reset commands
^^^^^^^^^^^^^^