summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_neighbor.h
diff options
context:
space:
mode:
authorgithub login name <ranjany@vmware.com>2020-09-28 12:48:37 +0200
committerYash Ranjan <ranjany@vmware.com>2020-11-05 07:44:21 +0100
commit6a5bb30062fbf80dfdfc254ccdec6b425680466f (patch)
treef1cbad9b8d8fcb1fc3df324d138e8286bc01e984 /ospf6d/ospf6_neighbor.h
parentMerge pull request #7274 from donaldsharp/bgp_best_is_a_path (diff)
downloadfrr-6a5bb30062fbf80dfdfc254ccdec6b425680466f.tar.xz
frr-6a5bb30062fbf80dfdfc254ccdec6b425680466f.zip
ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"
Modify code to add JSON format output in show command "show ipv6 ospf6 neighbor" with proper formating Signed-off-by: Yash Ranjan <ranjany@vmware.com>
Diffstat (limited to 'ospf6d/ospf6_neighbor.h')
-rw-r--r--ospf6d/ospf6_neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_neighbor.h b/ospf6d/ospf6_neighbor.h
index 1a45a1966..94300ff2b 100644
--- a/ospf6d/ospf6_neighbor.h
+++ b/ospf6d/ospf6_neighbor.h
@@ -64,7 +64,7 @@ struct ospf6_neighbor {
/* Options field (Capability) */
char options[3];
- /* IPaddr of I/F on our side link */
+ /* IPaddr of I/F on neighbour's link */
struct in6_addr linklocal_addr;
/* For Database Exchange */