summaryrefslogtreecommitdiff
path: root/lib/zclient.c
diff options
context:
space:
mode:
authorAbhinay Ramesh <rabhinay@vmware.com>2021-06-22 16:41:25 +0000
committerAbhinay Ramesh <rabhinay@vmware.com>2021-06-23 09:24:35 +0000
commit40699728315d3c7a79059e55a7921308c80eb23d (patch)
tree8bcbc923dc7175148272ad5d0dc49399aff228c4 /lib/zclient.c
parent590303a029c401842489e9e9a3a5a5213ba69cbb (diff)
ospf6d: Show neighbor displays twice for every neighbor.
Problem Statement: ================= When show ipv6 ospf6 neighbor is executed each neighbor gets displayed twice. frr# show ipv6 ospf6 neighbor Neighbor ID Pri DeadTime State/IfState Duration I/F[State] 1.1.1.1 1 00:00:39 Full/DR 00:00:10 ens192[BDR] 1.1.1.1 1 00:00:39 Full/DR 00:00:10 ens192[BDR] RCA: ==== Since ospf6_interface gets added twice to if_list we see multiple display output. Fix: ==== add ospf6_interface to if_list only when newly area gets attached to the interface. If its already added no need to add it again. Risk: ===== Low Tests Executed: =============== Have tested the defect scenario. frr# show ipv6 ospf6 neighbor Neighbor ID Pri DeadTime State/IfState Duration I/F[State] 1.1.1.1 1 00:00:35 Full/DR 00:36:04 ens192[BDR] frr# Signed-off-by: Abhinay Ramesh <rabhinay@vmware.com>
Diffstat (limited to 'lib/zclient.c')
0 files changed, 0 insertions, 0 deletions