diff options
author | jack9603301 <jack9603301@163.com> | 2021-02-04 15:04:08 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-02-04 21:24:27 +0800 |
commit | 884b280fa021f7c9c50dbf3585f0714ab9fc0181 (patch) | |
tree | 03e333d00dab15070f424425924d3b558ba66f47 /op-mode-definitions | |
parent | 6735125bce20042d316ad21acf273f38d6a9deb5 (diff) | |
download | vyos-1x-884b280fa021f7c9c50dbf3585f0714ab9fc0181.tar.gz vyos-1x-884b280fa021f7c9c50dbf3585f0714ab9fc0181.zip |
op-mode: ip: T3283: Format Neigh tables
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/ipv6-route.xml.in | 2 | ||||
-rw-r--r-- | op-mode-definitions/show-ip.xml.in | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/op-mode-definitions/show-ip.xml.in b/op-mode-definitions/show-ip.xml.in index dd338ff81..91564440d 100644 --- a/op-mode-definitions/show-ip.xml.in +++ b/op-mode-definitions/show-ip.xml.in @@ -11,7 +11,7 @@ <properties> <help>Show IPv4 Neighbor Discovery (ND) information</help> </properties> - <command>ip -f inet neigh list</command> + <command>${vyos_op_scripts_dir}/show_neigh.py --family inet</command> </node> </children> </node> |