From 4abca54698edb09b76e7d059dd35cdcef3512ec4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 25 Dec 2021 12:19:33 +0100 Subject: ospfv3: T4102: add support for NSSA area-type --- op-mode-definitions/show-ipv6-ospfv3.xml.in | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-ipv6-ospfv3.xml.in b/op-mode-definitions/show-ipv6-ospfv3.xml.in index 82d6b5f4c..a63465472 100644 --- a/op-mode-definitions/show-ipv6-ospfv3.xml.in +++ b/op-mode-definitions/show-ipv6-ospfv3.xml.in @@ -26,7 +26,7 @@ protocols ospfv3 area - vtysh -c "show ipv6 ospf6 spf tree" + vtysh -c "show ipv6 ospf6 area $5 spf tree" @@ -35,7 +35,7 @@ <x.x.x.x> - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ spf tree + vtysh -c "show ipv6 ospf6 simulate spf-tree $7 $4 $5" @@ -72,6 +72,26 @@ vtysh -c "show ipv6 ospf6 vrf $5 spf tree" + + + Area ID (as an IPv4 notation) + + protocols ospfv3 area + + + vtysh -c "show ipv6 ospf6 vrf $5 area $7 spf tree" + + + + Simulate view point (Router ID) + + <x.x.x.x> + + + vtysh -c "show ipv6 ospf6 vrf $5 simulate spf-tree $9 $6 $7" + + + #include #include #include -- cgit v1.2.3