Skip to content

Commit

Permalink
tests: Addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
y-bharath14 committed Jun 17, 2024
1 parent 5ae21f5 commit 9b2a2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/topotests/lib/bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ def __create_bgp_unicast_address_family(
for peer_name, peer_dict in deepcopy(neigh_data).items():
for dest_link, peer in peer_dict["dest_link"].items():
deactivate = None
activate = None
nh_details = topo[peer_name]
activate_addr_family = peer.setdefault("activate", None)
deactivate_addr_family = peer.setdefault("deactivate", None)
Expand Down

0 comments on commit 9b2a2c2

Please sign in to comment.