summaryrefslogtreecommitdiff
path: root/op-mode-definitions/ipv6-route.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-04 17:29:51 +0100
committerGitHub <noreply@github.com>2021-02-04 17:29:51 +0100
commit7650ba287273eb0072b272bad171ddcfe13aa0fd (patch)
tree03e333d00dab15070f424425924d3b558ba66f47 /op-mode-definitions/ipv6-route.xml.in
parent7288d31824cba80e99a66b2484feac7d0f46aacc (diff)
parent884b280fa021f7c9c50dbf3585f0714ab9fc0181 (diff)
downloadvyos-1x-7650ba287273eb0072b272bad171ddcfe13aa0fd.tar.gz
vyos-1x-7650ba287273eb0072b272bad171ddcfe13aa0fd.zip
Merge pull request #718 from jack9603301/T3283
op-mode: ip: T3283: Support for IPv4/IPv6 neigh tables
Diffstat (limited to 'op-mode-definitions/ipv6-route.xml.in')
-rw-r--r--op-mode-definitions/ipv6-route.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/ipv6-route.xml.in b/op-mode-definitions/ipv6-route.xml.in
index 28f5b1aad..7f188fdb2 100644
--- a/op-mode-definitions/ipv6-route.xml.in
+++ b/op-mode-definitions/ipv6-route.xml.in
@@ -21,7 +21,7 @@
<properties>
<help>Show IPv6 Neighbor Discovery (ND) information</help>
</properties>
- <command>ip -f inet6 neigh list</command>
+ <command>${vyos_op_scripts_dir}/show_neigh.py --family inet6</command>
</leafNode>
</children>