]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf6 neighb... 7669/head
authorYash Ranjan <ranjany@vmware.com>
Fri, 4 Dec 2020 09:40:33 +0000 (01:40 -0800)
committerYash Ranjan <ranjany@vmware.com>
Fri, 4 Dec 2020 12:15:30 +0000 (04:15 -0800)
commit786b76d03aaf56cb1593866ff015c847b54194d7
tree914a5c3482f64fdee62e5c6063e4c7e9b1dee4bd
parent057edd2e84a6536615b4c80c67d83024ef8f3234
ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf6 neighbour A.B.C.D"

Compare the neighbour id string from the arguments to the router_id of
the neighbor. If equal then call the show function.

Signed-off-by: Yash Ranjan <ranjany@vmware.com>
ospf6d/ospf6_neighbor.c