From: Donald Sharp Date: Wed, 18 Nov 2020 23:33:09 +0000 (-0500) Subject: Merge pull request #7455 from ranjanyash54/dev_3 X-Git-Tag: base_7.6~250 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=74c6aba12e7e13341655df97defa973f2c04cd58;p=matthieu%2Ffrr.git Merge pull request #7455 from ranjanyash54/dev_3 ospf6d: Json support added for command "show ipv6 ospf6 redistribute [json]" --- 74c6aba12e7e13341655df97defa973f2c04cd58 diff --cc doc/user/ospf6d.rst index 43f922db32,f5f80e75ee..040123cd6f --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@@ -197,12 -195,17 +197,18 @@@ Showing OSPF6 informatio This command shows internal routing table. -.. index:: show ipv6 ospf6 zebra -.. clicmd:: show ipv6 ospf6 zebra +.. index:: show ipv6 ospf6 zebra [json] +.. clicmd:: show ipv6 ospf6 zebra [json] - Shows state about what is being redistributed between zebra and OSPF6 + Shows state about what is being redistributed between zebra and OSPF6. + JSON output can be obtained by appending "json" at the end. + .. index:: show ipv6 ospf6 redistribute [json] + .. clicmd:: show ipv6 ospf6 redistribute [json] + + Shows the routes which are redistributed by the router. JSON output can + be obtained by appending 'json' at the end. + OSPF6 Configuration Examples ============================