Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: Import allowed routes with self AS if desired (backport #17608) #17618

Closed
wants to merge 3 commits into from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Dec 10, 2024

Closes #17607


This is an automatic backport of pull request #17608 done by Mergify.

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 77857dc)
Previously we couldn't install VPN routes with self AS in the path because
we never checked if we have allowas-in enabled, or not.

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 222ba5f)

# Conflicts:
#	bgpd/bgp_mplsvpn.c
…f_update

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 3d89c67889d091f7ce846a3433ddb272eb2523a8)

# Conflicts:
#	.clang-format
#	.git-blame-ignore-revs
#	.github/workflows/conflicts.yml
#	.gitignore
#	babeld/babel_interface.c
#	babeld/babel_interface.h
#	babeld/babel_main.c
#	babeld/babeld.c
#	babeld/babeld.h
#	babeld/message.c
#	babeld/neighbour.c
#	babeld/util.c
#	babeld/util.h
#	bfdd/bfd.c
#	bfdd/bfd.h
#	bfdd/bfd_packet.c
#	bfdd/bfdd.c
#	bfdd/bfdd_cli.c
#	bfdd/bfdd_vty.c
#	bfdd/dplane.c
#	bfdd/ptm_adapter.c
#	bfdd/subdir.am
#	bgpd/bgp_addpath.c
#	bgpd/bgp_addpath.h
#	bgpd/bgp_advertise.c
#	bgpd/bgp_advertise.h
#	bgpd/bgp_aspath.c
#	bgpd/bgp_aspath.h
#	bgpd/bgp_attr.c
#	bgpd/bgp_attr.h
#	bgpd/bgp_attr_evpn.c
#	bgpd/bgp_attr_evpn.h
#	bgpd/bgp_bfd.c
#	bgpd/bgp_bmp.c
#	bgpd/bgp_bmp.h
#	bgpd/bgp_btoa.c
#	bgpd/bgp_clist.c
#	bgpd/bgp_clist.h
#	bgpd/bgp_community.c
#	bgpd/bgp_community_alias.c
#	bgpd/bgp_community_alias.h
#	bgpd/bgp_conditional_adv.c
#	bgpd/bgp_damp.c
#	bgpd/bgp_damp.h
#	bgpd/bgp_debug.c
#	bgpd/bgp_debug.h
#	bgpd/bgp_ecommunity.c
#	bgpd/bgp_ecommunity.h
#	bgpd/bgp_evpn.c
#	bgpd/bgp_evpn.h
#	bgpd/bgp_evpn_mh.c
#	bgpd/bgp_evpn_mh.h
#	bgpd/bgp_evpn_private.h
#	bgpd/bgp_evpn_vty.c
#	bgpd/bgp_flowspec.c
#	bgpd/bgp_flowspec_util.c
#	bgpd/bgp_fsm.c
#	bgpd/bgp_fsm.h
#	bgpd/bgp_io.c
#	bgpd/bgp_label.c
#	bgpd/bgp_label.h
#	bgpd/bgp_mac.c
#	bgpd/bgp_main.c
#	bgpd/bgp_memory.c
#	bgpd/bgp_memory.h
#	bgpd/bgp_mpath.c
#	bgpd/bgp_mpath.h
#	bgpd/bgp_mplsvpn.c
#	bgpd/bgp_mplsvpn.h
#	bgpd/bgp_mplsvpn_snmp.c
#	bgpd/bgp_network.c
#	bgpd/bgp_network.h
#	bgpd/bgp_nexthop.c
#	bgpd/bgp_nexthop.h
#	bgpd/bgp_nht.c
#	bgpd/bgp_open.c
#	bgpd/bgp_open.h
#	bgpd/bgp_packet.c
#	bgpd/bgp_packet.h
#	bgpd/bgp_pbr.c
#	bgpd/bgp_route.c
#	bgpd/bgp_route.h
#	bgpd/bgp_routemap.c
#	bgpd/bgp_routemap_nb.c
#	bgpd/bgp_routemap_nb.h
#	bgpd/bgp_routemap_nb_config.c
#	bgpd/bgp_rpki.c
#	bgpd/bgp_script.h
#	bgpd/bgp_snmp.c
#	bgpd/bgp_snmp_bgp4v2.c
#	bgpd/bgp_table.c
#	bgpd/bgp_table.h
#	bgpd/bgp_trace.c
#	bgpd/bgp_updgrp.c
#	bgpd/bgp_updgrp.h
#	bgpd/bgp_updgrp_adv.c
#	bgpd/bgp_updgrp_packet.c
#	bgpd/bgp_vty.c
#	bgpd/bgp_vty.h
#	bgpd/bgp_zebra.c
#	bgpd/bgp_zebra.h
#	bgpd/bgpd.c
#	bgpd/bgpd.h
#	bgpd/rfapi/bgp_rfapi_cfg.c
#	bgpd/rfapi/rfapi.c
#	bgpd/rfapi/rfapi_import.c
#	bgpd/rfapi/rfapi_rib.c
#	bgpd/rfapi/rfapi_vty.c
#	bgpd/rfapi/vnc_export_bgp.c
#	bgpd/rfapi/vnc_import_bgp.c
#	configure.ac
#	debian/changelog
#	debian/control
#	debian/copyright
#	debian/rules
#	doc/developer/bgpd.rst
#	doc/developer/building-libyang.rst
#	doc/developer/checkpatch.rst
#	doc/developer/conf.py
#	doc/developer/cross-compiling.rst
#	doc/developer/logging.rst
#	doc/developer/mgmtd-dev.rst
#	doc/developer/northbound/advanced-topics.rst
#	doc/developer/northbound/architecture.rst
#	doc/developer/northbound/demos.rst
#	doc/developer/northbound/links.rst
#	doc/developer/northbound/operational-data-rpcs-and-notifications.rst
#	doc/developer/northbound/plugins-sysrepo.rst
#	doc/developer/northbound/yang-tools.rst
#	doc/developer/ospf.rst
#	doc/developer/packaging-debian.rst
#	doc/developer/packaging-redhat.rst
#	doc/developer/scripting.rst
#	doc/developer/static-linking.rst
#	doc/developer/topotests-markers.rst
#	doc/developer/topotests.rst
#	doc/developer/workflow.rst
#	doc/developer/zebra.rst
#	doc/manpages/bfd-options.rst
#	doc/manpages/conf.py
#	doc/user/bfd.rst
#	doc/user/bgp.rst
#	doc/user/bmp.rst
#	doc/user/conf.py
#	doc/user/evpn.rst
#	doc/user/index.rst
#	doc/user/installation.rst
#	doc/user/isisd.rst
#	doc/user/ldpd.rst
#	doc/user/mgmtd.rst
#	doc/user/nhrpd.rst
#	doc/user/ospf6d.rst
#	doc/user/ospf_fundamentals.rst
#	doc/user/ospfd.rst
#	doc/user/pim.rst
#	doc/user/pimv6.rst
#	doc/user/ripngd.rst
#	doc/user/routemap.rst
#	doc/user/rpki.rst
#	doc/user/snmptrap.rst
#	doc/user/subdir.am
#	doc/user/vrrp.rst
#	doc/user/zebra.rst
#	docker/alpine/Dockerfile
#	docker/alpine/libyang/APKBUILD
#	docker/debian/Dockerfile
#	docker/ubuntu-ci/Dockerfile
#	docker/ubuntu-ci/docker-start
#	docker/ubuntu22-ci/README.md
#	eigrpd/eigrp_main.c
#	eigrpd/eigrp_routemap.h
#	fpm/fpm.h
#	fpm/fpm.proto
#	fpm/fpm_pb.c
#	fpm/fpm_pb.h
#	grpc/subdir.am
#	include/subdir.am
#	isisd/isis_adjacency.c
#	isisd/isis_circuit.c
#	isisd/isis_events.c
#	isisd/isis_lfa.c
#	isisd/isis_lfa.h
#	isisd/isis_lsp.c
#	isisd/isis_lsp.h
#	isisd/isis_main.c
#	isisd/isis_misc.c
#	isisd/isis_mt.c
#	isisd/isis_nb_config.c
#	isisd/isis_nb_state.c
#	isisd/isis_pdu.c
#	isisd/isis_route.h
#	isisd/isis_snmp.c
#	isisd/isis_spf.c
#	isisd/isis_spf.h
#	isisd/isis_sr.c
#	isisd/isis_sr.h
#	isisd/isis_srv6.c
#	isisd/isis_srv6.h
#	isisd/isis_te.c
#	isisd/isis_te.h
#	isisd/isis_tlvs.c
#	isisd/isis_vty_fabricd.c
#	isisd/isis_zebra.c
#	isisd/isis_zebra.h
#	isisd/isisd.c
#	isisd/isisd.h
#	ldpd/lde.c
#	ldpd/ldpd.c
#	ldpd/ldpd.h
#	ldpd/ldpe.c
#	ldpd/log.h
#	ldpd/subdir.am
#	lib/affinitymap.c
#	lib/agentx.c
#	lib/atomlist.h
#	lib/base64.c
#	lib/base64.h
#	lib/bfd.c
#	lib/bfd.h
#	lib/checksum.c
#	lib/checksum.h
#	lib/command.c
#	lib/command.h
#	lib/command_graph.c
#	lib/command_graph.h
#	lib/command_py.c
#	lib/compiler.h
#	lib/csv.c
#	lib/darr.h
#	lib/debug.c
#	lib/debug.h
#	lib/defun_lex.l
#	lib/elf_py.c
#	lib/event.c
#	lib/explicit_bzero.c
#	lib/filter.c
#	lib/flex_algo.c
#	lib/flex_algo.h
#	lib/frr_pthread.c
#	lib/frr_pthread.h
#	lib/frr_zmq.c
#	lib/frrcu.h
#	lib/frrevent.h
#	lib/frrlua.c
#	lib/frrlua.h
#	lib/frrscript.c
#	lib/grammar_sandbox_main.c
#	lib/hash.c
#	lib/hash.h
#	lib/if.c
#	lib/if.h
#	lib/ipaddr.h
#	lib/keychain.c
#	lib/keychain.h
#	lib/lib_errors.c
#	lib/lib_errors.h
#	lib/libfrr.c
#	lib/libfrr.h
#	lib/libfrr_trace.c
#	lib/libospf.h
#	lib/link_state.c
#	lib/link_state.h
#	lib/linklist.h
#	lib/log.c
#	lib/memory.c
#	lib/memory.h
#	lib/mgmt.proto
#	lib/mgmt_be_client.c
#	lib/mgmt_be_client.h
#	lib/mgmt_fe_client.c
#	lib/mgmt_fe_client.h
#	lib/mgmt_msg_native.c
#	lib/mgmt_msg_native.h
#	lib/module.c
#	lib/module.h
#	lib/netns_linux.c
#	lib/netns_other.c
#	lib/nexthop.c
#	lib/nexthop.h
#	lib/nexthop_group.c
#	lib/nexthop_group.h
#	lib/northbound.c
#	lib/northbound.h
#	lib/northbound_cli.c
#	lib/northbound_cli.h
#	lib/northbound_grpc.cpp
#	lib/northbound_oper.c
#	lib/northbound_sysrepo.c
#	lib/ntop.c
#	lib/openbsd-queue.h
#	lib/openbsd-tree.h
#	lib/plist.c
#	lib/prefix.c
#	lib/prefix.h
#	lib/printf/README
#	lib/printf/printflocal.h
#	lib/printf/vfprintf.c
#	lib/ptm_lib.c
#	lib/routemap.c
#	lib/routemap.h
#	lib/routemap_cli.c
#	lib/routemap_northbound.c
#	lib/routing_nb.h
#	lib/seqlock.c
#	lib/sigevent.c
#	lib/smux.h
#	lib/sockopt.c
#	lib/sockopt.h
#	lib/sockunion.c
#	lib/sockunion.h
#	lib/srv6.c
#	lib/srv6.h
#	lib/stream.c
#	lib/stream.h
#	lib/subdir.am
#	lib/table.c
#	lib/table.h
#	lib/termtable.c
#	lib/termtable.h
#	lib/typerb.h
#	lib/typesafe.h
#	lib/vector.c
#	lib/vector.h
#	lib/vty.c
#	lib/vty.h
#	lib/wheel.c
#	lib/wheel.h
#	lib/yang.c
#	lib/yang.h
#	lib/yang_translator.c
#	lib/yang_wrappers.c
#	lib/yang_wrappers.h
#	lib/zclient.c
#	lib/zclient.h
#	lib/zlog.c
#	lib/zlog.h
#	lib/zlog_5424_cli.c
#	mgmtd/.gitignore
#	mgmtd/mgmt.c
#	mgmtd/mgmt_be_adapter.c
#	mgmtd/mgmt_be_adapter.h
#	mgmtd/mgmt_fe_adapter.c
#	mgmtd/mgmt_fe_adapter.h
#	mgmtd/mgmt_main.c
#	mgmtd/mgmt_memory.c
#	mgmtd/mgmt_memory.h
#	mgmtd/mgmt_testc.c
#	mgmtd/mgmt_txn.c
#	mgmtd/mgmt_txn.h
#	mgmtd/mgmt_vty.c
#	mgmtd/subdir.am
#	mlag/subdir.am
#	nhrpd/debug.h
#	nhrpd/nhrp_interface.c
#	nhrpd/nhrp_nhs.c
#	nhrpd/nhrp_packet.c
#	nhrpd/nhrp_peer.c
#	nhrpd/nhrp_protocol.h
#	nhrpd/nhrp_shortcut.c
#	nhrpd/nhrp_vty.c
#	nhrpd/nhrpd.h
#	nhrpd/os.h
#	nhrpd/reqid.c
#	nhrpd/subdir.am
#	nhrpd/vici.h
#	ospf6d/ospf6_abr.c
#	ospf6d/ospf6_abr.h
#	ospf6d/ospf6_asbr.c
#	ospf6d/ospf6_asbr.h
#	ospf6d/ospf6_auth_trailer.c
#	ospf6d/ospf6_flood.c
#	ospf6d/ospf6_gr.c
#	ospf6d/ospf6_gr.h
#	ospf6d/ospf6_gr_helper.c
#	ospf6d/ospf6_interface.c
#	ospf6d/ospf6_intra.c
#	ospf6d/ospf6_intra.h
#	ospf6d/ospf6_lsa.c
#	ospf6d/ospf6_lsa.h
#	ospf6d/ospf6_lsdb.c
#	ospf6d/ospf6_main.c
#	ospf6d/ospf6_message.c
#	ospf6d/ospf6_neighbor.c
#	ospf6d/ospf6_nssa.c
#	ospf6d/ospf6_proto.h
#	ospf6d/ospf6_route.h
#	ospf6d/ospf6_snmp.c
#	ospf6d/ospf6_spf.c
#	ospf6d/ospf6_top.c
#	ospf6d/ospf6_zebra.c
#	ospf6d/ospf6d.c
#	ospf6d/subdir.am
#	ospfclient/subdir.am
#	ospfd/ospf_abr.c
#	ospfd/ospf_apiserver.c
#	ospfd/ospf_apiserver.h
#	ospfd/ospf_asbr.c
#	ospfd/ospf_asbr.h
#	ospfd/ospf_ase.c
#	ospfd/ospf_flood.c
#	ospfd/ospf_flood.h
#	ospfd/ospf_interface.c
#	ospfd/ospf_interface.h
#	ospfd/ospf_ism.c
#	ospfd/ospf_ldp_sync.c
#	ospfd/ospf_lsa.c
#	ospfd/ospf_lsa.h
#	ospfd/ospf_lsdb.c
#	ospfd/ospf_lsdb.h
#	ospfd/ospf_main.c
#	ospfd/ospf_memory.c
#	ospfd/ospf_memory.h
#	ospfd/ospf_neighbor.c
#	ospfd/ospf_neighbor.h
#	ospfd/ospf_nsm.c
#	ospfd/ospf_opaque.c
#	ospfd/ospf_packet.c
#	ospfd/ospf_packet.h
#	ospfd/ospf_ri.c
#	ospfd/ospf_sr.c
#	ospfd/ospf_te.c
#	ospfd/ospf_vty.c
#	ospfd/ospf_zebra.c
#	ospfd/ospf_zebra.h
#	ospfd/ospfd.c
#	pathd/path_cli.c
#	pathd/path_main.c
#	pathd/path_pcep.c
#	pathd/path_pcep.h
#	pathd/path_pcep_cli.c
#	pathd/path_ted.c
#	pathd/path_ted.h
#	pathd/path_zebra.c
#	pathd/pathd.c
#	pathd/pathd.h
#	pbrd/pbr_debug.c
#	pbrd/pbr_debug.h
#	pbrd/pbr_vrf.c
#	pbrd/pbr_vty.c
#	pimd/pim6_cmd.c
#	pimd/pim6_cmd.h
#	pimd/pim6_main.c
#	pimd/pim6_mld.c
#	pimd/pim_addr.h
#	pimd/pim_bsm.c
#	pimd/pim_bsm.h
#	pimd/pim_cmd.c
#	pimd/pim_cmd.h
#	pimd/pim_cmd_common.c
#	pimd/pim_cmd_common.h
#	pimd/pim_iface.c
#	pimd/pim_iface.h
#	pimd/pim_ifchannel.c
#	pimd/pim_igmp.c
#	pimd/pim_igmp.h
#	pimd/pim_instance.c
#	pimd/pim_instance.h
#	pimd/pim_join.c
#	pimd/pim_main.c
#	pimd/pim_memory.c
#	pimd/pim_memory.h
#	pimd/pim_mroute.c
#	pimd/pim_msdp.c
#	pimd/pim_msdp.h
#	pimd/pim_msdp_packet.c
#	pimd/pim_msdp_packet.h
#	pimd/pim_msdp_socket.c
#	pimd/pim_msdp_socket.h
#	pimd/pim_msg.h
#	pimd/pim_nb.c
#	pimd/pim_nb.h
#	pimd/pim_nb_config.c
#	pimd/pim_nht.c
#	pimd/pim_nht.h
#	pimd/pim_pim.c
#	pimd/pim_pim.h
#	pimd/pim_rp.c
#	pimd/pim_rp.h
#	pimd/pim_sock.c
#	pimd/pim_sock.h
#	pimd/pim_tib.c
#	pimd/pim_tib.h
#	pimd/pim_tlv.c
#	pimd/pim_vty.c
#	pimd/pim_zebra.c
#	pimd/pim_zlookup.c
#	pimd/pimd.c
#	pimd/pimd.h
#	pimd/subdir.am
#	python/clippy/__init__.py
#	python/clippy/elf.py
#	python/firstheader.py
#	python/makefile.py
#	python/xref2vtysh.py
#	python/xrelfo.py
#	qpb/qpb.c
#	redhat/frr.logrotate
#	redhat/frr.spec.in
#	ripd/rip_cli.c
#	ripd/rip_main.c
#	ripd/rip_nb_rpcs.c
#	ripd/ripd.c
#	ripd/subdir.am
#	ripngd/ripng_cli.c
#	ripngd/ripng_nb_rpcs.c
#	ripngd/ripngd.c
#	ripngd/subdir.am
#	sharpd/sharp_main.c
#	sharpd/sharp_vty.c
#	sharpd/sharp_zebra.c
#	sharpd/sharp_zebra.h
#	snapcraft/scripts/bfdd-service
#	snapcraft/snapcraft.yaml.in
#	staticd/static_debug.c
#	staticd/static_debug.h
#	staticd/static_vty.c
#	staticd/static_zebra.c
#	tests/bgpd/subdir.am
#	tests/bgpd/test_mp_attr.c
#	tests/bgpd/test_peer_attr.c
#	tests/helpers/c/main.c
#	tests/helpers/c/prng.c
#	tests/isisd/test_fuzz_isis_tlv.c
#	tests/isisd/test_fuzz_isis_tlv_tests.h.gz
#	tests/isisd/test_isis_spf.c
#	tests/isisd/test_isis_spf.refout
#	tests/lib/cli/common_cli.c
#	tests/lib/cli/test_cli.refout.in
#	tests/lib/cli/test_commands.c
#	tests/lib/northbound/test_oper_data.c
#	tests/lib/northbound/test_oper_data.in
#	tests/lib/northbound/test_oper_data.refout
#	tests/lib/subdir.am
#	tests/lib/test_atomlist.c
#	tests/lib/test_darr.c
#	tests/lib/test_frrlua.c
#	tests/lib/test_frrscript.c
#	tests/lib/test_grpc.cpp
#	tests/lib/test_printfrr.c
#	tests/lib/test_seqlock.c
#	tests/lib/test_ttable.c
#	tests/lib/test_typelist.c
#	tests/lib/test_zmq.c
#	tests/ospf6d/test_lsdb.c
#	tests/topotests/Dockerfile
#	tests/topotests/all_protocol_startup/r1/ip_nht.ref
#	tests/topotests/all_protocol_startup/r1/ipv4_routes.ref
#	tests/topotests/all_protocol_startup/r1/ipv6_nht.ref
#	tests/topotests/all_protocol_startup/r1/ipv6_routes.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post4.1.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post5.0.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post6.1.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv4.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv6-post4.1.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv6.ref
#	tests/topotests/all_protocol_startup/r1/show_bgp_ipv6_post6.1.ref
#	tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref
#	tests/topotests/all_protocol_startup/r1/show_route_map.ref
#	tests/topotests/all_protocol_startup/test_all_protocol_startup.py
#	tests/topotests/analyze.py
#	tests/topotests/babel_topo1/test_babel_topo1.py
#	tests/topotests/bfd_bgp_cbit_topo3/r1/bgp_ipv6_routes_down.json
#	tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf
#	tests/topotests/bfd_bgp_cbit_topo3/r1/ipv6_routes.json
#	tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf
#	tests/topotests/bfd_bgp_cbit_topo3/test_bfd_bgp_cbit_topo3.py
#	tests/topotests/bfd_isis_topo1/rt1/step1/show_ipv6_route.ref
#	tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_healthy.ref
#	tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
#	tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
#	tests/topotests/bfd_isis_topo1/rt1/zebra.conf
#	tests/topotests/bfd_isis_topo1/rt2/zebra.conf
#	tests/topotests/bfd_isis_topo1/rt3/zebra.conf
#	tests/topotests/bfd_isis_topo1/rt4/zebra.conf
#	tests/topotests/bfd_isis_topo1/rt5/zebra.conf
#	tests/topotests/bfd_ospf_topo1/rt1/step1/show_ipv6_route.ref
#	tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_healthy.ref
#	tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
#	tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
#	tests/topotests/bfd_ospf_topo1/rt1/zebra.conf
#	tests/topotests/bfd_ospf_topo1/rt2/zebra.conf
#	tests/topotests/bfd_ospf_topo1/rt3/zebra.conf
#	tests/topotests/bfd_ospf_topo1/rt4/zebra.conf
#	tests/topotests/bfd_ospf_topo1/rt5/zebra.conf
#	tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py
#	tests/topotests/bfd_profiles_topo1/r2/bgpd.conf
#	tests/topotests/bfd_profiles_topo1/r3/bgpd.conf
#	tests/topotests/bfd_profiles_topo1/r4/bgpd.conf
#	tests/topotests/bfd_topo3/test_bfd_topo3.py
#	tests/topotests/bfd_vrf_topo1/test_bfd_vrf_topo1.py
#	tests/topotests/bfd_vrflite_topo1/test_bfd_vrflite_topo1.py
#	tests/topotests/bgp_accept_own/test_bgp_accept_own.py
#	tests/topotests/bgp_addpath_best_selected/test_bgp_addpath_best_selected.py
#	tests/topotests/bgp_aggregate_address_matching_med/test_bgp_aggregate_address_matching_med.py
#	tests/topotests/bgp_aggregate_address_origin/test_bgp_aggregate-address_origin.py
#	tests/topotests/bgp_aggregate_address_route_map/test_bgp_aggregate-address_route-map.py
#	tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf
#	tests/topotests/bgp_aggregate_address_topo1/r2/bgpd.conf
#	tests/topotests/bgp_aggregator_zero/r1/bgpd.conf
#	tests/topotests/bgp_aggregator_zero/test_bgp_aggregator_zero.py
#	tests/topotests/bgp_aigp/r1/bgpd.conf
#	tests/topotests/bgp_aigp/r1/zebra.conf
#	tests/topotests/bgp_aigp/test_bgp_aigp.py
#	tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py
#	tests/topotests/bgp_as_override/test_bgp_as_override.py
#	tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py
#	tests/topotests/bgp_asdot_regex/test_bgp_asdot_regex.py
#	tests/topotests/bgp_aspath_zero/r1/bgpd.conf
#	tests/topotests/bgp_aspath_zero/test_bgp_aspath_zero.py
#	tests/topotests/bgp_auth/bgp_auth_common.py
#	tests/topotests/bgp_auth/test_bgp_auth1.py
#	tests/topotests/bgp_auth/test_bgp_auth2.py
#	tests/topotests/bgp_auth/test_bgp_auth3.py
#	tests/topotests/bgp_auth/test_bgp_auth4.py
#	tests/topotests/bgp_basic_functionality_topo1/test_bgp_basic_functionality.py
#	tests/topotests/bgp_bfd_down_cease_notification/r1/bfdd.conf
#	tests/topotests/bgp_bfd_down_cease_notification/r1/bgpd.conf
#	tests/topotests/bgp_bfd_down_cease_notification/test_bgp_bfd_down_cease_notification.py
#	tests/topotests/bgp_blackhole_community/test_bgp_blackhole_community.py
#	tests/topotests/bgp_color_extcommunities/r1/bgpd.conf
#	tests/topotests/bgp_color_extcommunities/test_bgp_color_extcommunities.py
#	tests/topotests/bgp_comm_list_delete/test_bgp_comm-list_delete.py
#	tests/topotests/bgp_comm_list_match/test_bgp_comm_list_match.py
#	tests/topotests/bgp_communities_topo1/test_bgp_communities_topo2.py
#	tests/topotests/bgp_community_alias/test_bgp-community-alias.py
#	tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py
#	tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
#	tests/topotests/bgp_conditional_advertisement_static_route/test_bgp_conditional_advertisement_static_route.py
#	tests/topotests/bgp_conditional_advertisement_track_peer/test_bgp_conditional_advertisement_track_peer.py
#	tests/topotests/bgp_confed1/test_bgp_confed1.py
#	tests/topotests/bgp_confederation_astype/test_bgp_confederation_astype.py
#	tests/topotests/bgp_default_afi_safi/test_bgp-default-afi-safi.py
#	tests/topotests/bgp_default_originate/test_bgp_default_originate_2links.py
#	tests/topotests/bgp_default_originate/test_bgp_default_originate_topo1_1.py
#	tests/topotests/bgp_default_originate/test_bgp_default_originate_topo1_2.py
#	tests/topotests/bgp_default_originate/test_default_orginate_vrf.py
#	tests/topotests/bgp_default_originate/test_default_originate_conditional_routemap.py
#	tests/topotests/bgp_default_originate_timer/test_bgp_default_originate_timer.py
#	tests/topotests/bgp_default_originate_withdraw/test_bgp_default_originate_withdraw.py
#	tests/topotests/bgp_default_route/test_bgp_default-originate.py
#	tests/topotests/bgp_default_route_route_map_match/test_bgp_default-originate_route-map_match.py
#	tests/topotests/bgp_default_route_route_map_match2/test_bgp_default-originate_route-map_match2.py
#	tests/topotests/bgp_default_route_route_map_match_set/test_bgp_default-originate_route-map_match_set.py
#	tests/topotests/bgp_default_route_route_map_set/test_bgp_default-originate_route-map_set.py
#	tests/topotests/bgp_disable_addpath_rx/test_disable_addpath_rx.py
#	tests/topotests/bgp_distance_change/test_bgp_admin_dist.py
#	tests/topotests/bgp_distance_change/test_bgp_distance_change.py
#	tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py
#	tests/topotests/bgp_dynamic_capability/r1/frr.conf
#	tests/topotests/bgp_dynamic_capability/r2/frr.conf
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_fqdn.py
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_graceful_restart.py
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_orf.py
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_role.py
#	tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py
#	tests/topotests/bgp_ebgp_common_subnet_nexthop_unchanged/test_bgp-ebgp-common-subnet-nexthop-unchanged.py
#	tests/topotests/bgp_ebgp_requires_policy/test_bgp_ebgp_requires_policy.py
#	tests/topotests/bgp_ecmp_topo1/r1/bgpd.conf
#	tests/topotests/bgp_ecmp_topo2/test_ibgp_ecmp_topo2.py
#	tests/topotests/bgp_evpn_mh/leaf1/evpn.conf
#	tests/topotests/bgp_evpn_mh/leaf2/evpn.conf
#	tests/topotests/bgp_evpn_mh/spine1/evpn.conf
#	tests/topotests/bgp_evpn_mh/spine2/evpn.conf
#	tests/topotests/bgp_evpn_mh/test_evpn_mh.py
#	tests/topotests/bgp_evpn_mh/torm11/evpn.conf
#	tests/topotests/bgp_evpn_mh/torm12/evpn.conf
#	tests/topotests/bgp_evpn_mh/torm21/evpn.conf
#	tests/topotests/bgp_evpn_mh/torm22/evpn.conf
#	tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py
#	tests/topotests/bgp_evpn_route_map_match/test_bgp_evpn_route_map_match.py
#	tests/topotests/bgp_evpn_rt5/r1/bgpd.conf
#	tests/topotests/bgp_evpn_rt5/r1/zebra.conf
#	tests/topotests/bgp_evpn_rt5/r2/bgpd.conf
#	tests/topotests/bgp_evpn_rt5/r2/zebra.conf
#	tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py
#	tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json
#	tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json
#	tests/topotests/bgp_extcomm_list_delete/test_bgp_extcomm-list_delete.py
#	tests/topotests/bgp_extended_optional_parameters_length/test_bgp_extended_optional_parameters_length.py
#	tests/topotests/bgp_features/r1/ip_route.json
#	tests/topotests/bgp_features/r1/ip_route_norib.json
#	tests/topotests/bgp_features/test_bgp_features.py
#	tests/topotests/bgp_flowspec/r1/bgpd.conf
#	tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-1.py
#	tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-2.py
#	tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-3.py
#	tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-4.py
#	tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-1.py
#	tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-2.py
#	tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-3.py
#	tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-4.py
#	tests/topotests/bgp_gr_functionality_topo3/test_bgp_gr_functionality_topo3.py
#	tests/topotests/bgp_gr_notification/r1/bgpd.conf
#	tests/topotests/bgp_gr_notification/r2/bgpd.conf
#	tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
#	tests/topotests/bgp_gr_restart_retain_routes/test_bgp_gr_restart_retain_routes.py
#	tests/topotests/bgp_gshut/test_bgp_gshut.py
#	tests/topotests/bgp_ipv4_class_e_peer/test_bgp_ipv4_class_e_peer.py
#	tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py
#	tests/topotests/bgp_ipv6_ll_peering/test_bgp_ipv6_ll_peering.py
#	tests/topotests/bgp_l3vpn_label_export/test_bgp_l3vpn_label_export.py
#	tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/add_routes.py
#	tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/adjacencies.py
#	tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py
#	tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py
#	tests/topotests/bgp_labeled_unicast_addpath/test_bgp_labeled_unicast_addpath.py
#	tests/topotests/bgp_labeled_unicast_default_originate/test_bgp_labeled_unicast_default_originate.py
#	tests/topotests/bgp_large_comm_list_match/test_bgp_large_comm_list_match.py
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-1.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-2.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-3.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-6.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-7.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-8.json
#	tests/topotests/bgp_link_bw_ip/r1/ip-route-9.json
#	tests/topotests/bgp_link_bw_ip/r2/bgp-route-3.json
#	tests/topotests/bgp_link_bw_ip/r2/ip-route-2.json
#	tests/topotests/bgp_link_bw_ip/r5/bgpd.conf
#	tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py
#	tests/topotests/bgp_llgr/test_bgp_llgr.py
#	tests/topotests/bgp_local_as/test_bgp_local_as.py
#	tests/topotests/bgp_local_as_dotplus_private_remove/test_bgp_local_as_dotplus_private_remove.py
#	tests/topotests/bgp_local_as_private_remove/test_bgp_local_as_private_remove.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_agg.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_ecmp.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_topo1.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_topo2.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_vrf_topo1.py
#	tests/topotests/bgp_local_asn/test_bgp_local_asn_vrf_topo2.py
#	tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_agg.py
#	tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_ecmp.py
#	tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_topo1.py
#	tests/topotests/bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
#	tests/topotests/bgp_lu_topo1/R3/bgpd.conf
#	tests/topotests/bgp_lu_topo1/R3/zebra.conf
#	tests/topotests/bgp_lu_topo2/R3/bgpd.conf
#	tests/topotests/bgp_lu_topo2/R3/staticd.conf
#	tests/topotests/bgp_lu_topo2/R3/zebra.conf
#	tests/topotests/bgp_max_med_on_startup/r1/bgpd.conf
#	tests/topotests/bgp_max_med_on_startup/test_bgp_max_med_on_startup.py
#	tests/topotests/bgp_maximum_prefix_invalid_update/test_bgp_maximum_prefix_invalid_update.py
#	tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py
#	tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py
#	tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
#	tests/topotests/bgp_multiview_topo1/r1/bgpd.conf
#	tests/topotests/bgp_node_target_extcommunities/test_bgp_node_target_extcommunities.py
#	tests/topotests/bgp_oad/test_bgp_oad.py
#	tests/topotests/bgp_orf/test_bgp_orf.py
#	tests/topotests/bgp_path_attribute_discard/r1/frr.conf
#	tests/topotests/bgp_path_attribute_discard/r2/frr.conf
#	tests/topotests/bgp_path_attribute_discard/test_bgp_path_attribute_discard.py
#	tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py
#	tests/topotests/bgp_path_selection/test_bgp_path_selection.py
#	tests/topotests/bgp_peer_graceful_shutdown/test_bgp_peer_graceful_shutdown.py
#	tests/topotests/bgp_peer_group/test_bgp_peer-group.py
#	tests/topotests/bgp_peer_type_multipath_relax/r1/bgpd.conf
#	tests/topotests/bgp_peer_type_multipath_relax/r1/prefix1-eBGP-confed.json
#	tests/topotests/bgp_peer_type_multipath_relax/r1/prefix1-eBGP-iBGP.json
#	tests/topotests/bgp_peer_type_multipath_relax/r2/bgpd.conf
#	tests/topotests/bgp_peer_type_multipath_relax/test_bgp_peer-type_multipath-relax.py
#	tests/topotests/bgp_prefix_list_any/r1/bgpd.conf
#	tests/topotests/bgp_prefix_list_any/r2/bgpd.conf
#	tests/topotests/bgp_prefix_list_any/test_bgp_prefix_list_any.py
#	tests/topotests/bgp_prefix_sid/r1/bgpd.conf
#	tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py
#	tests/topotests/bgp_prefix_sid2/r1/bgpd.conf
#	tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py
#	tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
#	tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
#	tests/topotests/bgp_remove_private_as/test_bgp_remove_private_as.py
#	tests/topotests/bgp_remove_private_as_route_map/test_bgp_remove_private_as_route_map.py
#	tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py
#	tests/topotests/bgp_roles_capability/test_bgp_roles_capability.py
#	tests/topotests/bgp_roles_filtering/test_bgp_roles_filtering.py
#	tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py
#	tests/topotests/bgp_route_map_delay_timer/test_bgp_route_map_delay_timer.py
#	tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf
#	tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf
#	tests/topotests/bgp_route_map_match_ipv6_nexthop/test_bgp_route_map_match_ipv6_nexthop.py
#	tests/topotests/bgp_route_map_match_source_protocol/test_bgp_route_map_match_source_protocol.py
#	tests/topotests/bgp_route_map_on_match_next/test_bgp_route_map_on_match_next.py
#	tests/topotests/bgp_route_map_vpn_import/test_bgp_route_map_vpn_import.py
#	tests/topotests/bgp_route_origin_parser/test_bgp_route_origin_parser.py
#	tests/topotests/bgp_route_server_client/r1/bgpd.conf
#	tests/topotests/bgp_route_server_client/r2/bgpd.conf
#	tests/topotests/bgp_route_server_client/r3/bgpd.conf
#	tests/topotests/bgp_route_server_client/test_bgp_route_server_client.py
#	tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
#	tests/topotests/bgp_rpki_topo1/test_bgp_rpki_topo1.py
#	tests/topotests/bgp_rr_ibgp/test_bgp_rr_ibgp_topo1.py
#	tests/topotests/bgp_sender_as_path_loop_detection/test_bgp_sender-as-path-loop-detection.py
#	tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py
#	tests/topotests/bgp_set_aspath_replace/test_bgp_set_aspath_replace.py
#	tests/topotests/bgp_set_local_preference_add_subtract/test_bgp_set_local-preference_add_subtract.py
#	tests/topotests/bgp_snmp_mplsl3vpn/ce1/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce3/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce4/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/r1/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/r4/bgpd.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf
#	tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
#	tests/topotests/bgp_software_version/test_bgp_software_version.py
#	tests/topotests/bgp_soo/test_bgp_soo.py
#	tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py
#	tests/topotests/bgp_srv6l3vpn_route_leak/test_bgp_srv6l3vpn_route_leak.py
#	tests/topotests/bgp_srv6l3vpn_sid/test_bgp_srv6l3vpn_sid.py
#	tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/test_bgp_srv6l3vpn_to_bgp_vrf.py
#	tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/test_bgp_srv6l3vpn_to_bgp_vrf2.py
#	tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py
#	tests/topotests/bgp_suppress_fib/test_bgp_suppress_fib.py
#	tests/topotests/bgp_tcp_mss/r1/bgpd.conf
#	tests/topotests/bgp_tcp_mss/r1/zebra.conf
#	tests/topotests/bgp_tcp_mss/r2/bgpd.conf
#	tests/topotests/bgp_tcp_mss/r2/zebra.conf
#	tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
#	tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py
#	tests/topotests/bgp_tcp_mss_passive/test_bgp_tcp_mss_passive.py
#	tests/topotests/bgp_unnumbered/test_bgp_unnumbered.py
#	tests/topotests/bgp_update_delay/test_bgp_update_delay.py
#	tests/topotests/bgp_vpn_5549_route_map/test_bgp_vpn_5549_route_map.py
#	tests/topotests/bgp_vpnv4_asbr/test_bgp_vpnv4_asbr.py
#	tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py
#	tests/topotests/bgp_vpnv4_gre/test_bgp_vpnv4_gre.py
#	tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_init.json
#	tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r1_vrf1.json
#	tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r2_vrf2.json
#	tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r2_vrf3.json
#	tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py
#	tests/topotests/bgp_vpnv4_per_nexthop_label/test_bgp_vpnv4_per_nexthop_label.py
#	tests/topotests/bgp_vpnv6_per_nexthop_label/test_bgp_vpnv6_per_nexthop_label.py
#	tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo2.py
#	tests/topotests/bgp_vrf_dynamic_route_leak_topo3/test_bgp_vrf_dynamic_route_leak_topo3.py
#	tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-1.py
#	tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-2.py
#	tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-3.py
#	tests/topotests/bgp_vrf_leaking_5549_routes/test_bgp_vrf_leaking.py
#	tests/topotests/bgp_vrf_lite_best_path_test/test_bgp_vrf_lite_best_path_topo1.py
#	tests/topotests/bgp_vrf_lite_best_path_test/test_bgp_vrf_lite_best_path_topo2.py
#	tests/topotests/bgp_vrf_netns/r1/bgpd.conf
#	tests/topotests/bgp_vrf_route_leak_basic/r1/bgpd.conf
#	tests/topotests/bgp_vrf_route_leak_basic/test_bgp-vrf-route-leak-basic.py
#	tests/topotests/config_timing/test_config_timing.py
#	tests/topotests/conftest.py
#	tests/topotests/docker/README.md
#	tests/topotests/docker/build.sh
#	tests/topotests/docker/frr-topotests.sh
#	tests/topotests/docker/inner/compile_frr.sh
#	tests/topotests/docker/inner/entrypoint.sh
#	tests/topotests/eigrp_topo1/test_eigrp_topo1.py
#	tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py
#	tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py
#	tests/topotests/example_munet/r1/frr.conf
#	tests/topotests/example_munet/r2/frr.conf
#	tests/topotests/example_munet/r3/frr.conf
#	tests/topotests/example_munet/test_munet.py
#	tests/topotests/example_test/test_template.py
#	tests/topotests/grpc_basic/test_basic_grpc.py
#	tests/topotests/isis_advertise_high_metrics/test_isis_advertise_high_metrics.py
#	tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py
#	tests/topotests/isis_lsp_bits_topo1/test_isis_lsp_bits_topo1.py
#	tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py
#	tests/topotests/isis_snmp/test_isis_snmp.py
#	tests/topotests/isis_sr_flex_algo_topo1/test_isis_sr_flex_algo_topo1.py
#	tests/topotests/isis_sr_flex_algo_topo2/test_isis_sr_flex_algo_topo2.py
#	tests/topotests/isis_sr_te_topo1/test_isis_sr_te_topo1.py
#	tests/topotests/isis_sr_topo1/test_isis_sr_topo1.py
#	tests/topotests/isis_srv6_topo1/rt1/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt1/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt1/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt1/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt1/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step2/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step4/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step6/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step8/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt2/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step2/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step4/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step6/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step8/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt3/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step2/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step4/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step6/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step8/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt4/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step2/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step4/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step6/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step8/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt5/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step1/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step2/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step3/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step4/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step5/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step6/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step7/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step8/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/rt6/step9/show_srv6_locator_table.ref
#	tests/topotests/isis_srv6_topo1/test_isis_srv6_topo1.py
#	tests/topotests/isis_te_topo1/test_isis_te_topo1.py
#	tests/topotests/isis_tilfa_topo1/rt1/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref
#	tests/topotests/isis_tilfa_topo1/rt2/step1/show_ipv6_route.ref
#	tests/topotests/isis_tilfa_topo1/rt2/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt3/step1/show_ipv6_route.ref
#	tests/topotests/isis_tilfa_topo1/rt3/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref
#	tests/topotests/isis_tilfa_topo1/rt4/step1/show_ipv6_route.ref
#	tests/topotests/isis_tilfa_topo1/rt4/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt5/step1/show_ipv6_route.ref
#	tests/topotests/isis_tilfa_topo1/rt5/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt6/step1/show_ipv6_route.ref
#	tests/topotests/isis_tilfa_topo1/rt6/step1/show_mpls_table.ref
#	tests/topotests/isis_tilfa_topo1/rt6/zebra.conf
#	tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py
#	tests/topotests/isis_topo1/r1/r1_topology.json
#	tests/topotests/isis_topo1/r2/r2_topology.json
#	tests/topotests/isis_topo1/r3/r3_topology.json
#	tests/topotests/isis_topo1/r4/r4_topology.json
#	tests/topotests/isis_topo1/r5/r5_topology.json
#	tests/topotests/isis_topo1/test_isis_topo1.py
#	tests/topotests/isis_topo1_vrf/r1/r1_topology.json
#	tests/topotests/isis_topo1_vrf/r2/r2_topology.json
#	tests/topotests/isis_topo1_vrf/r3/r3_topology.json
#	tests/topotests/isis_topo1_vrf/r4/r4_topology.json
#	tests/topotests/isis_topo1_vrf/r5/r5_topology.json
#	tests/topotests/isis_topo1_vrf/test_isis_topo1_vrf.py
#	tests/topotests/kinds.yaml
#	tests/topotests/ldp_oc_acl_topo1/test_ldp_oc_acl_topo1.py
#	tests/topotests/ldp_oc_topo1/test_ldp_oc_topo1.py
#	tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py
#	tests/topotests/ldp_sync_isis_topo1/test_ldp_sync_isis_topo1.py
#	tests/topotests/ldp_sync_ospf_topo1/test_ldp_sync_ospf_topo1.py
#	tests/topotests/ldp_vpls_topo1/test_ldp_vpls_topo1.py
#	tests/topotests/lib/bgp.py
#	tests/topotests/lib/bgprib.py
#	tests/topotests/lib/bmp_collector/bgp/open/__init__.py
#	tests/topotests/lib/bmp_collector/bgp/update/__init__.py
#	tests/topotests/lib/bmp_collector/bgp/update/af.py
#	tests/topotests/lib/bmp_collector/bgp/update/nlri.py
#	tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py
#	tests/topotests/lib/bmp_collector/bgp/update/rd.py
#	tests/topotests/lib/bmp_collector/bmp.py
#	tests/topotests/lib/checkping.py
#	tests/topotests/lib/common_config.py
#	tests/topotests/lib/fe_client.py
#	tests/topotests/lib/grpc-query.py
#	tests/topotests/lib/ospf.py
#	tests/topotests/lib/pim.py
#	tests/topotests/lib/snmptest.py
#	tests/topotests/lib/topogen.py
#	tests/topotests/lib/topojson.py
#	tests/topotests/lib/topotest.py
#	tests/topotests/mgmt_debug_flags/test_debug.py
#	tests/topotests/mgmt_fe_client/mgmt_pb2.py
#	tests/topotests/mgmt_notif/test_notif.py
#	tests/topotests/mgmt_oper/oper-results/result-lib-vrf-default.json
#	tests/topotests/mgmt_oper/oper-results/result-lib-vrf-nokey.json
#	tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra-ribs.json
#	tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra.json
#	tests/topotests/mgmt_oper/oper-results/result-lib.json
#	tests/topotests/mgmt_oper/oper-results/result-ribs-rib-ipv4-unicast.json
#	tests/topotests/mgmt_oper/oper-results/result-ribs-rib-nokeys.json
#	tests/topotests/mgmt_oper/oper.py
#	tests/topotests/mgmt_oper/simple-results/result-intf-eth0-exact.json
#	tests/topotests/mgmt_oper/simple-results/result-intf-eth0-with-config.json
#	tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json
#	tests/topotests/mgmt_oper/simple-results/result-intf-state.json
#	tests/topotests/mgmt_oper/simple-results/result-lib-vrf-default.json
#	tests/topotests/mgmt_oper/simple-results/result-lib-vrf-nokey.json
#	tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json
#	tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra-ribs.json
#	tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra.json
#	tests/topotests/mgmt_oper/simple-results/result-lib.json
#	tests/topotests/mgmt_oper/simple-results/result-ribs-rib-ipv4-unicast.json
#	tests/topotests/mgmt_oper/simple-results/result-ribs-rib-nokeys.json
#	tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-nokey.json
#	tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-prefix.json
#	tests/topotests/mgmt_oper/test_oper.py
#	tests/topotests/mgmt_oper/test_scale.py
#	tests/topotests/mgmt_oper/test_simple.py
#	tests/topotests/mgmt_tests/test_yang_mgmt.py
#	tests/topotests/msdp_topo1/r1/pimd.conf
#	tests/topotests/msdp_topo1/r2/pimd.conf
#	tests/topotests/msdp_topo1/r4/pimd.conf
#	tests/topotests/msdp_topo1/test_msdp_topo1.py
#	tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py
#	tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py
#	tests/topotests/multicast_pim_bsm_topo1/test_mcast_pim_bsmp_01.py
#	tests/topotests/multicast_pim_bsm_topo2/test_mcast_pim_bsmp_02.py
#	tests/topotests/multicast_pim_dr_nondr_test/test_pim_dr_nondr_with_ospf_topo2.py
#	tests/topotests/multicast_pim_dr_nondr_test/test_pim_dr_nondr_with_transit_router_topo3.py
#	tests/topotests/multicast_pim_sm_topo1/test_multicast_pim_sm_topo1.py
#	tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py
#	tests/topotests/multicast_pim_sm_topo3/igmp_group_all_detail.json
#	tests/topotests/multicast_pim_sm_topo3/igmp_single_if_group_all_brief.json
#	tests/topotests/multicast_pim_sm_topo3/igmp_single_if_group_all_detail.json
#	tests/topotests/multicast_pim_sm_topo3/igmp_single_if_single_group_brief.json
#	tests/topotests/multicast_pim_sm_topo3/igmp_single_if_single_group_detail.json
#	tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py
#	tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py
#	tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp.py
#	tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp1.py
#	tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp2.py
#	tests/topotests/multicast_pim_uplink_topo1/test_multicast_pim_uplink_topo1.py
#	tests/topotests/multicast_pim_uplink_topo2/test_multicast_pim_uplink_topo2.py
#	tests/topotests/munet/__main__.py
#	tests/topotests/munet/base.py
#	tests/topotests/munet/cleanup.py
#	tests/topotests/munet/cli.py
#	tests/topotests/munet/logconf-mutest.yaml
#	tests/topotests/munet/mucmd.py
#	tests/topotests/munet/mulog.py
#	tests/topotests/munet/munet-schema.json
#	tests/topotests/munet/mutest/__main__.py
#	tests/topotests/munet/mutest/userapi.py
#	tests/topotests/munet/mutini.py
#	tests/topotests/munet/native.py
#	tests/topotests/munet/parser.py
#	tests/topotests/munet/testing/fixtures.py
#	tests/topotests/munet/testing/hooks.py
#	tests/topotests/munet/testing/util.py
#	tests/topotests/nb_config/test_nb_config.py
#	tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py
#	tests/topotests/nhrp_topo/r1/nhrpd.conf
#	tests/topotests/nhrp_topo/r1/zebra.conf
#	tests/topotests/nhrp_topo/r2/nhrp4_cache.json
#	tests/topotests/nhrp_topo/r2/nhrp_route4.json
#	tests/topotests/nhrp_topo/r2/nhrpd.conf
#	tests/topotests/nhrp_topo/r2/zebra.conf
#	tests/topotests/nhrp_topo/test_nhrp_topo.py
#	tests/topotests/ospf6_ecmp_inter_area/r5/ospf6d.conf
#	tests/topotests/ospf6_ecmp_inter_area/r6/ospf6d.conf
#	tests/topotests/ospf6_ecmp_inter_area/r7/ospf6d.conf
#	tests/topotests/ospf6_ecmp_inter_area/r7/zebra.conf
#	tests/topotests/ospf6_ecmp_inter_area/r8/ospf6d.conf
#	tests/topotests/ospf6_ecmp_inter_area/r8/zebra.conf
#	tests/topotests/ospf6_ecmp_inter_area/test_ospf6_ecmp_inter_area.py
#	tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py
#	tests/topotests/ospf6_loopback_cost/test_ospf6_loopback_cost.py
#	tests/topotests/ospf6_point_to_multipoint/test_ospf6_point_to_multipoint.py
#	tests/topotests/ospf6_topo1/test_ospf6_topo1.py
#	tests/topotests/ospf6_topo1_vrf/test_ospf6_topo1_vrf.py
#	tests/topotests/ospf_basic_functionality/test_ospf_asbr_summary_topo1.py
#	tests/topotests/ospf_basic_functionality/test_ospf_asbr_summary_type7_lsa.py
#	tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
#	tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
#	tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py
#	tests/topotests/ospf_basic_functionality/test_ospf_flood_reduction.py
#	tests/topotests/ospf_basic_functionality/test_ospf_nssa.py
#	tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py
#	tests/topotests/ospf_basic_functionality/test_ospf_routemaps.py
#	tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
#	tests/topotests/ospf_basic_functionality/test_ospf_single_area.py
#	tests/topotests/ospf_dual_stack/test_ospf_dual_stack.py
#	tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py
#	tests/topotests/ospf_gr_helper/test_ospf_gr_helper2.py
#	tests/topotests/ospf_gr_helper/test_ospf_gr_helper3.py
#	tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py
#	tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py
#	tests/topotests/ospf_metric_propagation/h1/frr.conf
#	tests/topotests/ospf_metric_propagation/h2/frr.conf
#	tests/topotests/ospf_metric_propagation/r1/frr.conf
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-1.json
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-2.json
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-3.json
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-4.json
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-5.json
#	tests/topotests/ospf_metric_propagation/r1/show_ip_route-6.json
#	tests/topotests/ospf_metric_propagation/r2/frr.conf
#	tests/topotests/ospf_metric_propagation/r3/frr.conf
#	tests/topotests/ospf_metric_propagation/r4/frr.conf
#	tests/topotests/ospf_metric_propagation/ra/frr.conf
#	tests/topotests/ospf_metric_propagation/rb/frr.conf
#	tests/topotests/ospf_metric_propagation/rc/frr.conf
#	tests/topotests/ospf_metric_propagation/test_ospf_metric_propagation.py
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-default.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-neno.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-default.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-ray.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/frr.conf
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/zebra-vrf-default.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/frr.conf
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/zebra-vrf-default.txt
#	tests/topotests/ospf_multi_vrf_bgp_route_leak/test_ospf_multi_vrf_bgp_route_leak.py
#	tests/topotests/ospf_netns_vrf/r1/ospfd.conf
#	tests/topotests/ospf_netns_vrf/r1/zebra.conf
#	tests/topotests/ospf_netns_vrf/r1/zebraroute.txt
#	tests/topotests/ospf_netns_vrf/r1/zebraroutedown.txt
#	tests/topotests/ospf_netns_vrf/r2/ospfd.conf
#	tests/topotests/ospf_netns_vrf/r2/zebra.conf
#	tests/topotests/ospf_netns_vrf/r2/zebraroute.txt
#	tests/topotests/ospf_netns_vrf/r2/zebraroutedown.txt
#	tests/topotests/ospf_netns_vrf/r3/ospfd.conf
#	tests/topotests/ospf_netns_vrf/r3/zebra.conf
#	tests/topotests/ospf_netns_vrf/r3/zebraroute.txt
#	tests/topotests/ospf_netns_vrf/r3/zebraroutedown.txt
#	tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
#	tests/topotests/ospf_nssa_topo1/test_ospf_nssa_topo1.py
#	tests/topotests/ospf_prefix_suppression/r1/frr.conf
#	tests/topotests/ospf_prefix_suppression/r2/frr.conf
#	tests/topotests/ospf_prefix_suppression/r3/frr.conf
#	tests/topotests/ospf_prefix_suppression/test_ospf_prefix_suppression.py
#	tests/topotests/ospf_sr_te_topo1/test_ospf_sr_te_topo1.py
#	tests/topotests/ospf_sr_topo1/test_ospf_sr_topo1.py
#	tests/topotests/ospf_suppress_fa/r2/ospfd.conf
#	tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
#	tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py
#	tests/topotests/ospf_topo1/test_ospf_topo1.py
#	tests/topotests/ospf_topo2/test_ospf_topo2.py
#	tests/topotests/ospf_unnumbered/test_ospf_unnumbered.py
#	tests/topotests/ospf_unnumbered_point_to_multipoint/test_ospf_unnumbered_point_to_multipoint.py
#	tests/topotests/ospfapi/test_ospf_clientapi.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_asbr_summary_topo1.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_authentication.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp_lan.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa2.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
#	tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py
#	tests/topotests/pim_acl/test_pim_acl.py
#	tests/topotests/pim_basic/test_pim.py
#	tests/topotests/pim_igmp_vrf/r1/ospfd.conf
#	tests/topotests/pim_igmp_vrf/r1/pimd.conf
#	tests/topotests/pim_igmp_vrf/r11/ospfd.conf
#	tests/topotests/pim_igmp_vrf/r12/ospfd.conf
#	tests/topotests/pim_igmp_vrf/test_pim_vrf.py
#	tests/topotests/pytest.ini
#	tests/topotests/rip_allow_ecmp/test_rip_allow_ecmp.py
#	tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py
#	tests/topotests/rip_passive_interface/test_rip_passive_interface.py
#	tests/topotests/rip_topo1/r1/show_ip_rip.ref
#	tests/topotests/rip_topo1/r2/show_ip_rip.ref
#	tests/topotests/rip_topo1/r3/show_ip_rip.ref
#	tests/topotests/ripng_allow_ecmp/test_ripng_allow_ecmp.py
#	tests/topotests/ripng_route_map/test_ripng_route_map.py
#	tests/topotests/ripng_topo1/r1/show_ipv6_ripng.ref
#	tests/topotests/ripng_topo1/r2/show_ipv6_ripng.ref
#	tests/topotests/ripng_topo1/r3/show_ipv6_ripng.ref
#	tests/topotests/route_scale/scale_test_common.py
#	tests/topotests/route_scale/test_route_scale1.py
#	tests/topotests/route_scale/test_route_scale2.py
#	tests/topotests/simple_snmp_test/r1/bgpd.conf
#	tests/topotests/simple_snmp_test/r1/isisd.conf
#	tests/topotests/simple_snmp_test/r1/zebra.conf
#	tests/topotests/simple_snmp_test/test_simple_snmp.py
#	tests/topotests/srv6_encap_src_addr/r1/zebra.conf
#	tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py
#	tests/topotests/srv6_locator/test_srv6_locator.py
#	tests/topotests/srv6_locator_custom_bits_length/test_srv6_locator_custom_bits_length.py
#	tests/topotests/srv6_locator_usid/test_srv6_locator_usid.py
#	tests/topotests/srv6_static_route/test_srv6_route.py
#	tests/topotests/static_routing_mpls/test_static_routing_mpls.py
#	tests/topotests/static_routing_with_ebgp/test_static_routes_topo2_ebgp.py
#	tests/topotests/static_routing_with_ebgp/test_static_routes_topo3_ebgp.py
#	tests/topotests/static_routing_with_ebgp/test_static_routes_topo4_ebgp.py
#	tests/topotests/static_routing_with_ibgp/test_static_routes_topo1_ibgp.py
#	tests/topotests/static_routing_with_ibgp/test_static_routes_topo2_ibgp.py
#	tests/topotests/static_routing_with_ibgp/test_static_routes_topo3_ibgp.py
#	tests/topotests/static_routing_with_ibgp/test_static_routes_topo4_ibgp.py
#	tests/topotests/static_simple/test_static_simple.py
#	tests/topotests/tc_basic/test_tc_basic.py
#	tests/topotests/zebra_multiple_connected/test_zebra_multiple_connected.py
#	tests/topotests/zebra_netlink/test_zebra_netlink.py
#	tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
#	tests/topotests/zebra_opaque/test_zebra_opaque.py
#	tests/topotests/zebra_rib/r1/sharp_rmap.ref
#	tests/topotests/zebra_rib/r1/static_rmap.ref
#	tests/topotests/zebra_rib/test_zebra_rib.py
#	tests/topotests/zebra_seg6_route/test_zebra_seg6_route.py
#	tests/topotests/zebra_seg6local_route/r1/routes.json
#	tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py
#	tools/checkpatch.pl
#	tools/cocci.h
#	tools/etc/frr/support_bundle_commands.conf
#	tools/etc/iproute2/rt_protos.d/frr.conf
#	tools/etc/logrotate.d/frr
#	tools/etc/rsyslog.d/45-frr.conf
#	tools/frr-reload.py
#	tools/frr_babeltrace.py
#	tools/gcc-plugins/frr-format.c
#	tools/gen_northbound_callbacks.c
#	tools/gen_yang_deviations.c
#	tools/indent.py
#	tools/start-stop-daemon.c
#	tools/subdir.am
#	vrrpd/vrrp_debug.c
#	vrrpd/vrrp_debug.h
#	vrrpd/vrrp_vty.c
#	vtysh/.gitignore
#	vtysh/subdir.am
#	vtysh/vtysh.c
#	vtysh/vtysh.h
#	vtysh/vtysh_config.c
#	vtysh/vtysh_main.c
#	yang/frr-bfdd.yang
#	yang/frr-bgp-common.yang
#	yang/frr-bgp-route-map.yang
#	yang/frr-eigrpd.yang
#	yang/frr-gmp.yang
#	yang/frr-isisd.yang
#	yang/frr-ospf-route-map.yang
#	yang/frr-ospf6-route-map.yang
#	yang/frr-pim-rp.yang
#	yang/frr-pim.yang
#	yang/frr-route-map.yang
#	yang/frr-test-module.yang
#	yang/frr-zebra.yang
#	yang/ietf/ietf-bgp-types.yang
#	yang/subdir.am
#	zebra/.gitignore
#	zebra/connected.c
#	zebra/debug.c
#	zebra/debug.h
#	zebra/debug_nl.c
#	zebra/dpdk/zebra_dplane_dpdk.c
#	zebra/dpdk/zebra_dplane_dpdk.h
#	zebra/dplane_fpm_nl.c
#	zebra/if_ioctl.c
#	zebra/if_netlink.c
#	zebra/if_netlink.h
#	zebra/if_sysctl.c
#	zebra/interface.c
#	zebra/interface.h
#	zebra/ioctl.c
#	zebra/ipforward_proc.c
#	zebra/kernel_netlink.c
#	zebra/kernel_netlink.h
#	zebra/kernel_socket.c
#	zebra/main.c
#	zebra/redistribute.c
#	zebra/redistribute.h
#	zebra/rib.h
#	zebra/rt_netlink.c
#	zebra/rt_socket.c
#	zebra/rtadv.c
#	zebra/subdir.am
#	zebra/table_manager.h
#	zebra/tc_netlink.c
#	zebra/tc_netlink.h
#	zebra/zapi_msg.c
#	zebra/zapi_msg.h
#	zebra/zebra_cli.c
#	zebra/zebra_dplane.c
#	zebra/zebra_dplane.h
#	zebra/zebra_errors.c
#	zebra/zebra_errors.h
#	zebra/zebra_evpn.c
#	zebra/zebra_evpn.h
#	zebra/zebra_evpn_mac.c
#	zebra/zebra_evpn_mh.c
#	zebra/zebra_evpn_mh.h
#	zebra/zebra_fpm_netlink.c
#	zebra/zebra_gr.c
#	zebra/zebra_l2.c
#	zebra/zebra_l2.h
#	zebra/zebra_mpls.c
#	zebra/zebra_mpls.h
#	zebra/zebra_mpls_openbsd.c
#	zebra/zebra_mpls_vty.c
#	zebra/zebra_nb.c
#	zebra/zebra_nb.h
#	zebra/zebra_nb_config.c
#	zebra/zebra_nb_rpcs.c
#	zebra/zebra_nb_state.c
#	zebra/zebra_neigh.c
#	zebra/zebra_netns_id.c
#	zebra/zebra_netns_notify.c
#	zebra/zebra_nhg.c
#	zebra/zebra_nhg.h
#	zebra/zebra_ns.c
#	zebra/zebra_ns.h
#	zebra/zebra_pw.c
#	zebra/zebra_pw.h
#	zebra/zebra_rib.c
#	zebra/zebra_rnh.c
#	zebra/zebra_rnh.h
#	zebra/zebra_routemap.c
#	zebra/zebra_routemap.h
#	zebra/zebra_routemap_nb_config.c
#	zebra/zebra_router.c
#	zebra/zebra_router.h
#	zebra/zebra_script.c
#	zebra/zebra_srte.c
#	zebra/zebra_srv6.c
#	zebra/zebra_srv6.h
#	zebra/zebra_srv6_vty.c
#	zebra/zebra_trace.c
#	zebra/zebra_trace.h
#	zebra/zebra_vrf.c
#	zebra/zebra_vrf.h
#	zebra/zebra_vty.c
#	zebra/zebra_vxlan.c
#	zebra/zebra_vxlan.h
#	zebra/zebra_vxlan_if.c
#	zebra/zserv.c
#	zebra/zserv.h
@mergify mergify bot added the conflicts label Dec 10, 2024
Copy link
Author

mergify bot commented Dec 10, 2024

Cherry-pick of 222ba5f has failed:

On branch mergify/bp/stable/10.0/pr-17608
Your branch is ahead of 'origin/stable/10.0' by 1 commit.
  (use "git push" to publish your local commits)

You are currently cherry-picking commit 222ba5f390.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   bgpd/bgp_mplsvpn.c

no changes added to commit (use "git add" and/or "git commit -a")

Cherry-pick of 3d89c67 has failed:

On branch mergify/bp/stable/10.0/pr-17608
Your branch is ahead of 'origin/stable/10.0' by 2 commits.
  (use "git push" to publish your local commits)

You are currently cherry-picking commit 3d89c67889.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   .github/ISSUE_TEMPLATE/bug_report.yml
	new file:   .github/workflows/build-test-docker.yml
	new file:   debian/frr-grpc.install
	new file:   debian/frr-test-tools.install
	new file:   doc/accords/frr-name-use
	new file:   doc/developer/ospf-ls-retrans.rst
	new file:   doc/user/about.rst
	new file:   doc/user/basics.rst
	new file:   doc/user/introduction.rst
	new file:   doc/user/protocols.rst
	new file:   grpc/frrgrpc_pb.c
	new file:   include/linux/compiler_types.h
	new file:   include/linux/if.h
	new file:   include/linux/libc-compat.h
	new file:   lib/keychain_cli.c
	new file:   lib/keychain_nb.c
	new file:   lib/libagentx.c
	new file:   lib/libagentx.h
	new file:   lib/zlog_recirculate.c
	new file:   lib/zlog_recirculate.h
	new file:   mgmtd/mgmt_be_nb.c
	new file:   mlag/mlag_pb.c
	new file:   ospf6d/ospf6_tlv.h
	new file:   pimd/pim_autorp.c
	new file:   pimd/pim_autorp.h
	new file:   pimd/pim_bsr_rpdb.c
	new file:   python/tsexpand.py
	new file:   tests/topotests/bgp_addpath_graceful_restart/__init__.py
	new file:   tests/topotests/bgp_addpath_graceful_restart/r1/frr.conf
	new file:   tests/topotests/bgp_addpath_graceful_restart/r2/frr.conf
	new file:   tests/topotests/bgp_addpath_graceful_restart/r3/frr.conf
	new file:   tests/topotests/bgp_addpath_graceful_restart/test_bgp_addpath_graceful_restart.py
	new file:   tests/topotests/bgp_addpath_llgr/__init__.py
	new file:   tests/topotests/bgp_addpath_llgr/r1/frr.conf
	new file:   tests/topotests/bgp_addpath_llgr/r2/frr.conf
	new file:   tests/topotests/bgp_addpath_llgr/r3/frr.conf
	new file:   tests/topotests/bgp_addpath_llgr/test_bgp_addpath_llgr.py
	new file:   tests/topotests/bgp_addpath_paths_limit/__init__.py
	new file:   tests/topotests/bgp_addpath_paths_limit/r1/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r2/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r3/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r4/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r5/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r6/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/r7/frr.conf
	new file:   tests/topotests/bgp_addpath_paths_limit/test_bgp_addpath_paths_limit.py
	new file:   tests/topotests/bgp_aigp/r8/bgpd.conf
	new file:   tests/topotests/bgp_aigp/r8/zebra.conf
	new file:   tests/topotests/bgp_aigp_rr/r1/bgpd.conf
	new file:   tests/topotests/bgp_aigp_rr/r1/ospfd.conf
	new file:   tests/topotests/bgp_aigp_rr/r1/zebra.conf
	new file:   tests/topotests/bgp_aigp_rr/r2/bgpd.conf
	new file:   tests/topotests/bgp_aigp_rr/r2/ospfd.conf
	new file:   tests/topotests/bgp_aigp_rr/r2/zebra.conf
	new file:   tests/topotests/bgp_aigp_rr/r3/bgpd.conf
	new file:   tests/topotests/bgp_aigp_rr/r3/ospfd.conf
	new file:   tests/topotests/bgp_aigp_rr/r3/zebra.conf
	new file:   tests/topotests/bgp_aigp_rr/r4/bgpd.conf
	new file:   tests/topotests/bgp_aigp_rr/r4/ospfd.conf
	new file:   tests/topotests/bgp_aigp_rr/r4/zebra.conf
	new file:   tests/topotests/bgp_aigp_rr/test_bgp_aigp_rr.py
	new file:   tests/topotests/bgp_bfd_down_cease_notification/test_bgp_bfd_down_cease_notification_shutdown.py
	new file:   tests/topotests/bgp_bfd_session/__init__.py
	new file:   tests/topotests/bgp_bfd_session/r1/frr.conf
	new file:   tests/topotests/bgp_bfd_session/test_bgp_bfd_session.py
	new file:   tests/topotests/bgp_bmp/bgpbmp.py
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-loc-rib-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-loc-rib-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-post-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-post-policy-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-pre-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-update-pre-policy-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-loc-rib-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-loc-rib-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-post-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-post-policy-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-pre-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1/bmp-withdraw-pre-policy-step2.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-update-loc-rib-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-update-pre-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-withdraw-loc-rib-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-withdraw-post-policy-step1.json
	new file:   tests/topotests/bgp_bmp/bmp1vrf/bmp-withdraw-pre-policy-step1.json
	new file:   tests/topotests/bgp_bmp/r1/frr.conf
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv4-update-step1.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv4-update-step2.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv4-withdraw-step1.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv4-withdraw-step2.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv6-update-step1.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv6-update-step2.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv6-withdraw-step1.json
	new file:   tests/topotests/bgp_bmp/r1/show-bgp-ipv6-withdraw-step2.json
	new file:   tests/topotests/bgp_bmp/r1vrf/frr.conf
	new file:   tests/topotests/bgp_bmp/r1vrf/show-bgp-ipv4-update-step1.json
	new file:   tests/topotests/bgp_bmp/r1vrf/show-bgp-ipv4-withdraw-step1.json
	new file:   tests/topotests/bgp_bmp/r1vrf/show-bgp-ipv6-update-step1.json
	new file:   tests/topotests/bgp_bmp/r1vrf/show-bgp-ipv6-withdraw-step1.json
	new file:   tests/topotests/bgp_bmp/r2/frr.conf
	new file:   tests/topotests/bgp_bmp/r2vrf/frr.conf
	new file:   tests/topotests/bgp_bmp/test_bgp_bmp_1.py
	new file:   tests/topotests/bgp_bmp/test_bgp_bmp_2.py
	new file:   tests/topotests/bgp_dampening_per_peer/__init__.py
	new file:   tests/topotests/bgp_dampening_per_peer/r1/frr.conf
	new file:   tests/topotests/bgp_dampening_per_peer/r2/frr.conf
	new file:   tests/topotests/bgp_dampening_per_peer/test_bgp_dampening_per_peer.py
	new file:   tests/topotests/bgp_dampening_per_safi/__init__.py
	new file:   tests/topotests/bgp_dampening_per_safi/r1/frr.conf
	new file:   tests/topotests/bgp_dampening_per_safi/r2/frr.conf
	new file:   tests/topotests/bgp_dampening_per_safi/test_bgp_dampening_per_safi.py
	new file:   tests/topotests/bgp_dual_as/__init__.py
	new file:   tests/topotests/bgp_dual_as/r1/frr.conf
	new file:   tests/topotests/bgp_dual_as/r2/frr.conf
	new file:   tests/topotests/bgp_dual_as/test_bgp_dual_as.py
	new file:   tests/topotests/bgp_duplicate_nexthop/r1/bgpd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r1/isisd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r1/zebra.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r3/bgpd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r3/zebra.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r4/isisd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r4/zebra.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r5/bgpd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r5/isisd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r5/zebra.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r6/isisd.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/r6/zebra.conf
	new file:   tests/topotests/bgp_duplicate_nexthop/test_bgp_duplicate_nexthop.py
	new file:   tests/topotests/bgp_evpn_maximum_prefix/__init__.py
	new file:   tests/topotests/bgp_evpn_maximum_prefix/c1/frr.conf
	new file:   tests/topotests/bgp_evpn_maximum_prefix/c2/frr.conf
	new file:   tests/topotests/bgp_evpn_maximum_prefix/r1/frr.conf
	new file:   tests/topotests/bgp_evpn_maximum_prefix/r2/frr.conf
	new file:   tests/topotests/bgp_evpn_maximum_prefix/test_bgp_evpn_maximum_prefix.py
	new file:   tests/topotests/bgp_evpn_rt5/r1/bgp_l2vpn_evpn_routes.json
	new file:   tests/topotests/bgp_evpn_rt5/r1/bgp_l2vpn_evpn_routes_all.json
	new file:   tests/topotests/bgp_evpn_rt5/r2/bgp_l2vpn_evpn_routes.json
	new file:   tests/topotests/bgp_extended_link_bandwidth/__init__.py
	new file:   tests/topotests/bgp_extended_link_bandwidth/r1/frr.conf
	new file:   tests/topotests/bgp_extended_link_bandwidth/r2/frr.conf
	new file:   tests/topotests/bgp_extended_link_bandwidth/r3/frr.conf
	new file:   tests/topotests/bgp_extended_link_bandwidth/r4/frr.conf
	new file:   tests/topotests/bgp_extended_link_bandwidth/test_bgp_extended_link_bandwidth.py
	new file:   tests/topotests/bgp_gr_restart_retain_routes/r1/frr.conf
	new file:   tests/topotests/bgp_gr_restart_retain_routes/r2/frr.conf
	new file:   tests/topotests/bgp_gr_restart_retain_routes/r3/frr.conf
	new file:   tests/topotests/bgp_gr_restart_retain_routes/r4/frr.conf
	new file:   tests/topotests/bgp_gr_restart_retain_routes/test_bgp_gr_per_neighbor_restart_retain_routes.py
	new file:   tests/topotests/bgp_invalid_nexthop/__init__.py
	new file:   tests/topotests/bgp_invalid_nexthop/exabgp.env
	new file:   tests/topotests/bgp_invalid_nexthop/peer1/exabgp.cfg
	new file:   tests/topotests/bgp_invalid_nexthop/r1/frr.conf
	new file:   tests/topotests/bgp_invalid_nexthop/test_bgp_invalid_nexthop.py
	new file:   tests/topotests/bgp_match_peer/__init__.py
	new file:   tests/topotests/bgp_match_peer/r1/frr.conf
	new file:   tests/topotests/bgp_match_peer/r2/frr.conf
	new file:   tests/topotests/bgp_match_peer/r3/frr.conf
	new file:   tests/topotests/bgp_match_peer/r4/frr.conf
	new file:   tests/topotests/bgp_match_peer/test_bgp_match_peer.py
	new file:   tests/topotests/bgp_nexthop_ipv6/exabgp.env
	new file:   tests/topotests/bgp_nexthop_ipv6/r1/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r1/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r1/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r2/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r2/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r2/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r2/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r3/exabgp.cfg
	new file:   tests/topotests/bgp_nexthop_ipv6/r3/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r3/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r4/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r4/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r4/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r4/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r5/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r5/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r5/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r5/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r6/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/r6/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r6/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/r6/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/rr/bgpd.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_nexthop_ipv6/rr/show_bgp_ipv6_summary.json
	new file:   tests/topotests/bgp_nexthop_ipv6/rr/zebra.conf
	new file:   tests/topotests/bgp_nexthop_ipv6/test_bgp_nexthop_ipv6_topo1.py
	new file:   tests/topotests/bgp_peer_group/r1/frr.conf
	new file:   tests/topotests/bgp_peer_group/r2/frr.conf
	new file:   tests/topotests/bgp_peer_group/r3/frr.conf
	new file:   tests/topotests/bgp_peer_group/r4/frr.conf
	new file:   tests/topotests/bgp_peer_group_solo/__init__.py
	new file:   tests/topotests/bgp_peer_group_solo/r1/frr.conf
	new file:   tests/topotests/bgp_peer_group_solo/r2/frr.conf
	new file:   tests/topotests/bgp_peer_group_solo/r3/frr.conf
	new file:   tests/topotests/bgp_peer_group_solo/test_bgp_peer_group_solo.py
	new file:   tests/topotests/bgp_received_routes_with_soft_inbound/__init__.py
	new file:   tests/topotests/bgp_received_routes_with_soft_inbound/r1/frr.conf
	new file:   tests/topotests/bgp_received_routes_with_soft_inbound/r2/frr.conf
	new file:   tests/topotests/bgp_received_routes_with_soft_inbound/test_bgp_received_routes_with_soft_inbound.py
	new file:   tests/topotests/bgp_remote_as_auto/__init__.py
	new file:   tests/topotests/bgp_remote_as_auto/r1/frr.conf
	new file:   tests/topotests/bgp_remote_as_auto/r2/frr.conf
	new file:   tests/topotests/bgp_remote_as_auto/r3/frr.conf
	new file:   tests/topotests/bgp_remote_as_auto/r4/frr.conf
	new file:   tests/topotests/bgp_remote_as_auto/test_bgp_remote_as_auto.py
	new file:   tests/topotests/bgp_route_map_match_tag_untagged/__init__.py
	new file:   tests/topotests/bgp_route_map_match_tag_untagged/r1/frr.conf
	new file:   tests/topotests/bgp_route_map_match_tag_untagged/test_bgp_route_map_match_tag_untagged.py
	new file:   tests/topotests/bgp_route_server_client/exabgp.env
	new file:   tests/topotests/bgp_route_server_client/r1/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_route_server_client/r1/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_route_server_client/r2/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_route_server_client/r2/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_route_server_client/r2/show_bgp_ipv6_summary.json
	new file:   tests/topotests/bgp_route_server_client/r3/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_route_server_client/r3/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_route_server_client/r4/bgpd.conf
	new file:   tests/topotests/bgp_route_server_client/r4/show_bgp_ipv6_step1.json
	new file:   tests/topotests/bgp_route_server_client/r4/show_bgp_ipv6_step2.json
	new file:   tests/topotests/bgp_route_server_client/r4/zebra.conf
	new file:   tests/topotests/bgp_route_server_client/r5/exabgp.cfg
	new file:   tests/topotests/bgp_self_prefix/__init__.py
	new file:   tests/topotests/bgp_self_prefix/r1/frr.conf
	new file:   tests/topotests/bgp_self_prefix/r2/frr.conf
	new file:   tests/topotests/bgp_self_prefix/r3/frr.conf
	new file:   tests/topotests/bgp_self_prefix/test_bgp_self_prefix.py
	new file:   tests/topotests/bgp_set_metric_igp/__init__.py
	new file:   tests/topotests/bgp_set_metric_igp/r1/frr.conf
	new file:   tests/topotests/bgp_set_metric_igp/r2/frr.conf
	new file:   tests/topotests/bgp_set_metric_igp/r3/frr.conf
	new file:   tests/topotests/bgp_set_metric_igp/r4/frr.conf
	new file:   tests/topotests/bgp_set_metric_igp/r5/frr.conf
	new file:   tests/topotests/bgp_set_metric_igp/test_bgp_set_metric_igp.py
	new file:   tests/topotests/bgp_srv6_sid_reachability/c11/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c11/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c11/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c12/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c12/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c12/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c21/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c21/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c21/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c22/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c22/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c22/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c31/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c31/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c31/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c32/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c32/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/c32/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r1/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r1/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r1/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r2/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r2/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r2/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r3/bgpd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r3/staticd.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/r3/zebra.conf
	new file:   tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py
	new file:   tests/topotests/bgp_vpn_import_nexthop_default_vrf/__init__.py
	new file:   tests/topotests/bgp_vpn_import_nexthop_default_vrf/r1/frr.conf
	new file:   tests/topotests/bgp_vpn_import_nexthop_default_vrf/r2/frr.conf
	new file:   tests/topotests/bgp_vpn_import_nexthop_default_vrf/test_bgp_vpn_import_nexthop_default_vrf.py
	new file:   tests/topotests/bgp_vpnv4_ebgp/r2/bgp_ipv4_vpn_route_1723101.json
	new file:   tests/topotests/bgp_vpnv4_route_leak_basic/r1/frr.conf
	new file:   tests/topotests/bgp_vpnv4_route_leak_basic/setup_vrfs
	new file:   tests/topotests/bgp_vpnv4_route_leak_basic/test_bgp_vpnv4_route_leak_basic.py
	new file:   tests/topotests/bgp_vrf_different_asn/__init__.py
	new file:   tests/topotests/bgp_vrf_different_asn/r1/frr.conf
	new file:   tests/topotests/bgp_vrf_different_asn/test_bgp_vrf_different_asn.py
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/__init__.py
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/r1/frr.conf
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/r2/frr.conf
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/r3/frr.conf
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/r4/frr.conf
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/r5/frr.conf
	new file:   tests/topotests/bgp_weighted_ecmp_recursive/test_bgp_weighted_ecmp_recursive.py
	new file:   tests/topotests/dump_of_bgp/r1/frr.conf
	new file:   tests/topotests/dump_of_bgp/r2/frr.conf
	new file:   tests/topotests/dump_of_bgp/test_dump_of_bgp.py
	new file:   tests/topotests/forwarding_on_off/r1/frr.conf
	new file:   tests/topotests/forwarding_on_off/r2/frr.conf
	new file:   tests/topotests/forwarding_on_off/r3/frr.conf
	new file:   tests/topotests/forwarding_on_off/test_forwarding_on_off.py
	new file:   tests/topotests/fpm_testing_topo1/r1/fpm_counters.json
	new file:   tests/topotests/fpm_testing_topo1/r1/fpm_stub.conf
	new file:   tests/topotests/fpm_testing_topo1/r1/routes_summ.json
	new file:   tests/topotests/fpm_testing_topo1/r1/routes_summ_removed.json
	new file:   tests/topotests/fpm_testing_topo1/r1/sharpd.conf
	new file:   tests/topotests/fpm_testing_topo1/r1/zebra.conf
	new file:   tests/topotests/fpm_testing_topo1/test_fpm_topo1.py
	new file:   tests/topotests/high_ecmp/r1/frr.conf
	new file:   tests/topotests/high_ecmp/r2/frr.conf
	new file:   tests/topotests/high_ecmp/test_high_ecmp.py
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt1/step9/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt2/step9/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt3/step9/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt4/step9/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step10/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step10/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt5/step9/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step10/show_bfd_peer_down.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step10/show_bfd_peer_up.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step10/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step10/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step10/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step2/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step2/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step3/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step3/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step4/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step4/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step5/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step5/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step6/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step6/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step7/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step7/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step8/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step8/show_mpls_table.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step9/show_ipv6_route.ref
	new file:   tests/topotests/isis_tilfa_topo1/rt6/step9/show_mpls_table.ref
	new file:   tests/topotests/key_sendaccept/r1/frr.conf
	new file:   tests/topotests/key_sendaccept/r2/frr.conf
	new file:   tests/topotests/key_sendaccept/test_keychain.py
	new file:   tests/topotests/lib/bmp_collector/bmpserver.py
	new file:   tests/topotests/lib/common_check.py
	new file:   tests/topotests/mgmt_oper/r1/frr-yanglib.conf
	new file:   tests/topotests/mgmt_oper/test_yanglib.py
	new file:   tests/topotests/mgmt_rpc/r1/frr.conf
	new file:   tests/topotests/mgmt_rpc/test_rpc.py
	new file:   tests/topotests/msdp_topo2/r1/bgpd.conf
	new file:   tests/topotests/msdp_topo2/r1/pimd.conf
	new file:   tests/topotests/msdp_topo2/r1/zebra.conf
	new file:   tests/topotests/msdp_topo2/r2/bgpd.conf
	new file:   tests/topotests/msdp_topo2/r2/pimd.conf
	new file:   tests/topotests/msdp_topo2/r2/zebra.conf
	new file:   tests/topotests/msdp_topo2/r3/bgpd.conf
	new file:   tests/topotests/msdp_topo2/r3/pimd.conf
	new file:   tests/topotests/msdp_topo2/r3/zebra.conf
	new file:   tests/topotests/msdp_topo2/r4/bgpd.conf
	new file:   tests/topotests/msdp_topo2/r4/pimd.conf
	new file:   tests/topotests/msdp_topo2/r4/zebra.conf
	new file:   tests/topotests/msdp_topo2/r5/bgpd.conf
	new file:   tests/topotests/msdp_topo2/r5/pimd.conf
	new file:   tests/topotests/msdp_topo2/r5/zebra.conf
	new file:   tests/topotests/msdp_topo2/test_msdp_topo2.py
	new file:   tests/topotests/multicast_pim_uplink_topo4/multicast_pim_uplink_topo4.json
	new file:   tests/topotests/multicast_pim_uplink_topo4/test_multicast_pim_uplink_topo4.py
	new file:   tests/topotests/munet/args.py
	new file:   tests/topotests/nhrp_redundancy/host/frr.conf
	new file:   tests/topotests/nhrp_redundancy/nhc1/frr.conf
	new file:   tests/topotests/nhrp_redundancy/nhc2/frr.conf
	new file:   tests/topotests/nhrp_redundancy/nhs1/frr.conf
	new file:   tests/topotests/nhrp_redundancy/nhs2/frr.conf
	new file:   tests/topotests/nhrp_redundancy/nhs3/frr.conf
	new file:   tests/topotests/nhrp_redundancy/router/frr.conf
	new file:   tests/topotests/nhrp_topo/r1/nhrp_shortcut_present.json
	new file:   tests/topotests/nhrp_topo/r4/nhrp4_cache.json
	new file:   tests/topotests/nhrp_topo/r4/nhrp_route4.json
	new file:   tests/topotests/nhrp_topo/r4/nhrpd.conf
	new file:   tests/topotests/nhrp_topo/r4/zebra.conf
	new file:   tests/topotests/ospf_instance_redistribute/r1/frr.conf
	new file:   tests/topotests/ospf_multi_instance/r1/frr.conf
	new file:   tests/topotests/ospf_multi_instance/r2/frr.conf
	new file:   tests/topotests/ospf_multi_instance/r3/frr.conf
	new file:   tests/topotests/ospf_multi_instance/test_ospf_multi_instance.py
	new file:   tests/topotests/ospf_p2mp/r1/frr-p2mp-non-broadcast.conf
	new file:   tests/topotests/ospf_p2mp/r1/frr-p2mp.conf
	new file:   tests/topotests/ospf_p2mp/r2/frr-p2mp-non-broadcast.conf
	new file:   tests/topotests/ospf_p2mp/r2/frr-p2mp.conf
	new file:   tests/topotests/ospf_p2mp/r3/frr-p2mp-non-broadcast.conf
	new file:   tests/topotests/ospf_p2mp/r3/frr-p2mp.conf
	new file:   tests/topotests/ospf_p2mp/r4/frr-p2mp-non-broadcast.conf
	new file:   tests/topotests/ospf_p2mp/r4/frr-p2mp.conf
	new file:   tests/topotests/ospf_p2mp/test_ospf_p2mp_broadcast.py
	new file:   tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py
	new file:   tests/topotests/ospf_single_switch/r1_frr.conf
	new file:   tests/topotests/ospf_single_switch/r2_frr.conf
	new file:   tests/topotests/ospf_single_switch/r3_frr.conf
	new file:   tests/topotests/ospf_single_switch/r4_frr.conf
	new file:   tests/topotests/ospf_single_switch/r5_frr.conf
	new file:   tests/topotests/ospf_single_switch/r6_frr.conf
	new file:   tests/topotests/ospf_single_switch/r7_frr.conf
	new file:   tests/topotests/ospf_single_switch/r8_frr.conf
	new file:   tests/topotests/ospf_single_switch/test_ospf_single_switch.py
	new file:   tests/topotests/pim_autorp/__init__.py
	new file:   tests/topotests/pim_autorp/r1/frr.conf
	new file:   tests/topotests/pim_autorp/r2/frr.conf
	new file:   tests/topotests/pim_autorp/r3/frr.conf
	new file:   tests/topotests/pim_autorp/r4/frr.conf
	new file:   tests/topotests/pim_autorp/test_pim_autorp.py
	new file:   tests/topotests/pim_basic_igmp_proxy/r1/frr.conf
	new file:   tests/topotests/pim_basic_igmp_proxy/r2/frr.conf
	new file:   tests/topotests/pim_basic_igmp_proxy/r3/frr.conf
	new file:   tests/topotests/pim_basic_igmp_proxy/rp/frr.conf
	new file:   tests/topotests/pim_basic_igmp_proxy/test_pim_igmp_proxy.py
	new file:   tests/topotests/pim_cand_rp_bsr/__init__.py
	new file:   tests/topotests/pim_cand_rp_bsr/r1/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/r2/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/r3/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/r4/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/r5/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/r6/frr.conf
	new file:   tests/topotests/pim_cand_rp_bsr/test_pim_cand_rp_bsr.py
	new file:   tests/topotests/pim_embedded_rp/__init__.py
	new file:   tests/topotests/pim_embedded_rp/r1/frr.conf
	new file:   tests/topotests/pim_embedded_rp/r2/frr.conf
	new file:   tests/topotests/pim_embedded_rp/r3/frr.conf
	new file:   tests/topotests/pim_embedded_rp/test_pim_embedded_rp.py
	new file:   tests/topotests/pim_igmp_vrf/r1/ospf_blue_route.json
	new file:   tests/topotests/pim_igmp_vrf/r1/ospf_red_route.json
	new file:   tests/topotests/simple_snmp_test/r1/ospf6d.conf
	new file:   tests/topotests/simple_snmp_test/r1/ospfd.conf
	new file:   tests/topotests/simple_snmp_test/r1/ripd.conf
	new file:   tests/topotests/srv6_sid_manager/ce1/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce1/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce1/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/ce2/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce2/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce2/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/ce3/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce3/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce3/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/ce4/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce4/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce4/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/ce5/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce5/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce5/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/ce6/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/ce6/ipv6_rib.json
	new file:   tests/topotests/srv6_sid_manager/ce6/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/dst/sharpd.conf
	new file:   tests/topotests/srv6_sid_manager/dst/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt1/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/rt1/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt1/sharpd.conf
	new file:   tests/topotests/srv6_sid_manager/rt1/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/vpnv6_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/vrf10_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/vrf20_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt1/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt2/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt2/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt2/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt2/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt2/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt2/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt3/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt3/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt3/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt3/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt3/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt3/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt4/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt4/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt4/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt4/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt4/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt4/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt5/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt5/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt5/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt5/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt5/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt5/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/rt6/bgpd.conf
	new file:   tests/topotests/srv6_sid_manager/rt6/isisd.conf
	new file:   tests/topotests/srv6_sid_manager/rt6/sharpd.conf
	new file:   tests/topotests/srv6_sid_manager/rt6/show_ip_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/show_ipv6_route.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/show_srv6_locator_table.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/show_yang_interface_isis_adjacencies.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/vpnv6_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/vrf10_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/vrf20_rib.ref
	new file:   tests/topotests/srv6_sid_manager/rt6/zebra.conf
	new file:   tests/topotests/srv6_sid_manager/test_srv6_sid_manager.py
	new file:   tests/topotests/zebra_fec_nexthop_resolution/__init__.py
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r1/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r1/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r1/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r2/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r2/isisd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r2/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r2/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r3/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r3/isisd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r3/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r3/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r4/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r4/isisd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r4/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r5/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r5/isisd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r5/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r5/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r6/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r6/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r7/bgpd.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r7/ospfd.conf.after
	new file:   tests/topotests/zebra_fec_nexthop_resolution/r7/zebra.conf
	new file:   tests/topotests/zebra_fec_nexthop_resolution/test_zebra_fec_nexthop_resolution.py
	new file:   tests/topotests/zebra_multiple_connected/r1/ip_route_connected.json
	new file:   tests/topotests/zebra_multiple_connected/r1/ip_route_kernel.json
	new file:   tests/topotests/zebra_multiple_connected/r1/ip_route_kernel_blackhole.json
	new file:   tests/topotests/zebra_rib/r1/frr-import.conf
	new file:   tests/topotests/zebra_rib/r1/import_init_mrib_table.json
	new file:   tests/topotests/zebra_rib/r1/import_init_table.json
	new file:   tests/topotests/zebra_rib/r1/import_mrib_table_2.json
	new file:   tests/topotests/zebra_rib/r1/import_mrib_table_3.json
	new file:   tests/topotests/zebra_rib/r1/import_mrib_table_4.json
	new file:   tests/topotests/zebra_rib/r1/import_table_2.json
	new file:   tests/topotests/zebra_rib/r1/import_table_3.json
	new file:   tests/topotests/zebra_rib/r1/import_table_4.json
	new file:   tests/topotests/zebra_rib/test_zebra_import.py
	new file:   tests/topotests/zebra_seg6_route/r1/routes_setup.json
	new file:   yang/frr-pim-candidate.yang
	new file:   yang/ietf/frr-deviations-ietf-key-chain.yang
	new file:   yang/ietf/ietf-key-chain.yang
	new file:   zebra/fpm_listener.c

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both added:      .clang-format
	both added:      .git-blame-ignore-revs
	both added:      .github/workflows/conflicts.yml
	both added:      .gitignore
	both added:      babeld/babel_interface.c
	both added:      babeld/babel_interface.h
	both added:      babeld/babel_main.c
	both added:      babeld/babeld.c
	both added:      babeld/babeld.h
	both added:      babeld/message.c
	both added:      babeld/neighbour.c
	both added:      babeld/util.c
	both added:      babeld/util.h
	both added:      bfdd/bfd.c
	both added:      bfdd/bfd.h
	both added:      bfdd/bfd_packet.c
	both added:      bfdd/bfdd.c
	both added:      bfdd/bfdd_cli.c
	both added:      bfdd/bfdd_vty.c
	both added:      bfdd/dplane.c
	both added:      bfdd/ptm_adapter.c
	both added:      bfdd/subdir.am
	both added:      bgpd/bgp_addpath.c
	both added:      bgpd/bgp_addpath.h
	both added:      bgpd/bgp_advertise.c
	both added:      bgpd/bgp_advertise.h
	both added:      bgpd/bgp_aspath.c
	both added:      bgpd/bgp_aspath.h
	both added:      bgpd/bgp_attr.c
	both added:      bgpd/bgp_attr.h
	both added:      bgpd/bgp_attr_evpn.c
	both added:      bgpd/bgp_attr_evpn.h
	both added:      bgpd/bgp_bfd.c
	both added:      bgpd/bgp_bmp.c
	both added:      bgpd/bgp_bmp.h
	both added:      bgpd/bgp_btoa.c
	both added:      bgpd/bgp_clist.c
	both added:      bgpd/bgp_clist.h
	both added:      bgpd/bgp_community.c
	both added:      bgpd/bgp_community_alias.c
	both added:      bgpd/bgp_community_alias.h
	both added:      bgpd/bgp_conditional_adv.c
	both added:      bgpd/bgp_damp.c
	both added:      bgpd/bgp_damp.h
	both added:      bgpd/bgp_debug.c
	both added:      bgpd/bgp_debug.h
	both added:      bgpd/bgp_ecommunity.c
	both added:      bgpd/bgp_ecommunity.h
	both added:      bgpd/bgp_evpn.c
	both added:      bgpd/bgp_evpn.h
	both added:      bgpd/bgp_evpn_mh.c
	both added:      bgpd/bgp_evpn_mh.h
	both added:      bgpd/bgp_evpn_private.h
	both added:      bgpd/bgp_evpn_vty.c
	both added:      bgpd/bgp_flowspec.c
	both added:      bgpd/bgp_flowspec_util.c
	both added:      bgpd/bgp_fsm.c
	both added:      bgpd/bgp_fsm.h
	both added:      bgpd/bgp_io.c
	both added:      bgpd/bgp_label.c
	both added:      bgpd/bgp_label.h
	both added:      bgpd/bgp_mac.c
	both added:      bgpd/bgp_main.c
	both added:      bgpd/bgp_memory.c
	both added:      bgpd/bgp_memory.h
	both added:      bgpd/bgp_mpath.c
	both added:      bgpd/bgp_mpath.h
	both added:      bgpd/bgp_mplsvpn.c
	both added:      bgpd/bgp_mplsvpn.h
	both added:      bgpd/bgp_mplsvpn_snmp.c
	both added:      bgpd/bgp_network.c
	both added:      bgpd/bgp_network.h
	both added:      bgpd/bgp_nexthop.c
	both added:      bgpd/bgp_nexthop.h
	both added:      bgpd/bgp_nht.c
	both added:      bgpd/bgp_open.c
	both added:      bgpd/bgp_open.h
	both added:      bgpd/bgp_packet.c
	both added:      bgpd/bgp_packet.h
	both added:      bgpd/bgp_pbr.c
	both added:      bgpd/bgp_route.c
	both added:      bgpd/bgp_route.h
	both added:      bgpd/bgp_routemap.c
	both added:      bgpd/bgp_routemap_nb.c
	both added:      bgpd/bgp_routemap_nb.h
	both added:      bgpd/bgp_routemap_nb_config.c
	both added:      bgpd/bgp_rpki.c
	both added:      bgpd/bgp_script.h
	both added:      bgpd/bgp_snmp.c
	both added:      bgpd/bgp_snmp_bgp4v2.c
	both added:      bgpd/bgp_table.c
	both added:      bgpd/bgp_table.h
	both added:      bgpd/bgp_trace.c
	both added:      bgpd/bgp_updgrp.c
	both added:      bgpd/bgp_updgrp.h
	both added:      bgpd/bgp_updgrp_adv.c
	both added:      bgpd/bgp_updgrp_packet.c
	both added:      bgpd/bgp_vty.c
	both added:      bgpd/bgp_vty.h
	both added:      bgpd/bgp_zebra.c
	both added:      bgpd/bgp_zebra.h
	both added:      bgpd/bgpd.c
	both added:      bgpd/bgpd.h
	both added:      bgpd/rfapi/bgp_rfapi_cfg.c
	both added:      bgpd/rfapi/rfapi.c
	both added:      bgpd/rfapi/rfapi_import.c
	both added:      bgpd/rfapi/rfapi_rib.c
	both added:      bgpd/rfapi/rfapi_vty.c
	both added:      bgpd/rfapi/vnc_export_bgp.c
	both added:      bgpd/rfapi/vnc_import_bgp.c
	both added:      configure.ac
	both added:      debian/changelog
	both added:      debian/control
	both added:      debian/copyright
	both added:      debian/rules
	both added:      doc/developer/bgpd.rst
	both added:      doc/developer/building-libyang.rst
	both added:      doc/developer/checkpatch.rst
	both added:      doc/developer/conf.py
	both added:      doc/developer/cross-compiling.rst
	both added:      doc/developer/logging.rst
	both added:      doc/developer/mgmtd-dev.rst
	both added:      doc/developer/northbound/advanced-topics.rst
	both added:      doc/developer/northbound/architecture.rst
	both added:      doc/developer/northbound/demos.rst
	both added:      doc/developer/northbound/links.rst
	both added:      doc/developer/northbound/operational-data-rpcs-and-notifications.rst
	both added:      doc/developer/northbound/plugins-sysrepo.rst
	both added:      doc/developer/northbound/yang-tools.rst
	both added:      doc/developer/ospf.rst
	both added:      doc/developer/packaging-debian.rst
	both added:      doc/developer/packaging-redhat.rst
	both added:      doc/developer/scripting.rst
	both added:      doc/developer/static-linking.rst
	both added:      doc/developer/topotests-markers.rst
	both added:      doc/developer/topotests.rst
	both added:      doc/developer/workflow.rst
	both added:      doc/developer/zebra.rst
	both added:      doc/manpages/bfd-options.rst
	both added:      doc/manpages/conf.py
	both added:      doc/user/bfd.rst
	both added:      doc/user/bgp.rst
	both added:      doc/user/bmp.rst
	both added:      doc/user/conf.py
	both added:      doc/user/evpn.rst
	both added:      doc/user/index.rst
	both added:      doc/user/installation.rst
	both added:      doc/user/isisd.rst
	both added:      doc/user/ldpd.rst
	both added:      doc/user/mgmtd.rst
	both added:      doc/user/nhrpd.rst
	both added:      doc/user/ospf6d.rst
	both added:      doc/user/ospf_fundamentals.rst
	both added:      doc/user/ospfd.rst
	both added:      doc/user/pim.rst
	both added:      doc/user/pimv6.rst
	both added:      doc/user/ripngd.rst
	both added:      doc/user/routemap.rst
	both added:      doc/user/rpki.rst
	both added:      doc/user/snmptrap.rst
	both added:      doc/user/subdir.am
	both added:      doc/user/vrrp.rst
	both added:      doc/user/zebra.rst
	both added:      docker/alpine/Dockerfile
	both added:      docker/alpine/libyang/APKBUILD
	both added:      docker/debian/Dockerfile
	both added:      docker/ubuntu-ci/Dockerfile
	both added:      docker/ubuntu-ci/docker-start
	both added:      docker/ubuntu22-ci/README.md
	both added:      eigrpd/eigrp_main.c
	both added:      eigrpd/eigrp_routemap.h
	both added:      fpm/fpm.h
	both added:      fpm/fpm.proto
	both added:      fpm/fpm_pb.c
	both added:      fpm/fpm_pb.h
	both added:      grpc/subdir.am
	both added:      include/subdir.am
	both added:      isisd/isis_adjacency.c
	both added:      isisd/isis_circuit.c
	both added:      isisd/isis_events.c
	both added:      isisd/isis_lfa.c
	both added:      isisd/isis_lfa.h
	both added:      isisd/isis_lsp.c
	both added:      isisd/isis_lsp.h
	both added:      isisd/isis_main.c
	both added:      isisd/isis_misc.c
	both added:      isisd/isis_mt.c
	both added:      isisd/isis_nb_config.c
	both added:      isisd/isis_nb_state.c
	both added:      isisd/isis_pdu.c
	both added:      isisd/isis_route.h
	both added:      isisd/isis_snmp.c
	both added:      isisd/isis_spf.c
	both added:      isisd/isis_spf.h
	both added:      isisd/isis_sr.c
	both added:      isisd/isis_sr.h
	both added:      isisd/isis_srv6.c
	both added:      isisd/isis_srv6.h
	both added:      isisd/isis_te.c
	both added:      isisd/isis_te.h
	both added:      isisd/isis_tlvs.c
	both added:      isisd/isis_vty_fabricd.c
	both added:      isisd/isis_zebra.c
	both added:      isisd/isis_zebra.h
	both added:      isisd/isisd.c
	both added:      isisd/isisd.h
	both added:      ldpd/lde.c
	both added:      ldpd/ldpd.c
	both added:      ldpd/ldpd.h
	both added:      ldpd/ldpe.c
	both added:      ldpd/log.h
	both added:      ldpd/subdir.am
	both added:      lib/affinitymap.c
	both added:      lib/agentx.c
	both added:      lib/atomlist.h
	both added:      lib/base64.c
	both added:      lib/base64.h
	both added:      lib/bfd.c
	both added:      lib/bfd.h
	both added:      lib/checksum.c
	both added:      lib/checksum.h
	both added:      lib/command.c
	both added:      lib/command.h
	both added:      lib/command_graph.c
	both added:      lib/command_graph.h
	both added:      lib/command_py.c
	both added:      lib/compiler.h
	both added:      lib/csv.c
	both added:      lib/darr.h
	both added:      lib/debug.c
	both added:      lib/debug.h
	both added:      lib/defun_lex.l
	both added:      lib/elf_py.c
	both added:      lib/event.c
	both added:      lib/explicit_bzero.c
	both added:      lib/filter.c
	both added:      lib/flex_algo.c
	both added:      lib/flex_algo.h
	both added:      lib/frr_pthread.c
	both added:      lib/frr_pthread.h
	both added:      lib/frr_zmq.c
	both added:      lib/frrcu.h
	both added:      lib/frrevent.h
	both added:      lib/frrlua.c
	both added:      lib/frrlua.h
	both added:      lib/frrscript.c
	both added:      lib/grammar_sandbox_main.c
	both added:      lib/hash.c
	both added:      lib/hash.h
	both added:      lib/if.c
	both added:      lib/if.h
	both added:      lib/ipaddr.h
	both added:      lib/keychain.c
	both added:      lib/keychain.h
	both added:      lib/lib_errors.c
	both added:      lib/lib_errors.h
	both added:      lib/libfrr.c
	both added:      lib/libfrr.h
	both added:      lib/libfrr_trace.c
	both added:      lib/libospf.h
	both added:      lib/link_state.c
	both added:      lib/link_state.h
	both added:      lib/linklist.h
	both added:      lib/log.c
	both added:      lib/memory.c
	both added:      lib/memory.h
	both added:      lib/mgmt.proto
	both added:      lib/mgmt_be_client.c
	both added:      lib/mgmt_be_client.h
	both added:      lib/mgmt_fe_client.c
	both added:      lib/mgmt_fe_client.h
	both added:      lib/mgmt_msg_native.c
	both added:      lib/mgmt_msg_native.h
	both added:      lib/module.c
	both added:      lib/module.h
	both added:      lib/netns_linux.c
	both added:      lib/netns_other.c
	both added:      lib/nexthop.c
	both added:      lib/nexthop.h
	both added:      lib/nexthop_group.c
	both added:      lib/nexthop_group.h
	both added:      lib/northbound.c
	both added:      lib/northbound.h
	both added:      lib/northbound_cli.c
	both added:      lib/northbound_cli.h
	both added:      lib/northbound_grpc.cpp
	both added:      lib/northbound_oper.c
	both added:      lib/northbound_sysrepo.c
	both added:      lib/ntop.c
	both added:      lib/openbsd-queue.h
	both added:      lib/openbsd-tree.h
	both added:      lib/plist.c
	both added:      lib/prefix.c
	both added:      lib/prefix.h
	both added:      lib/printf/README
	both added:      lib/printf/printflocal.h
	both added:      lib/printf/vfprintf.c
	both added:      lib/ptm_lib.c
	both added:      lib/routemap.c
	both added:      lib/routemap.h
	both added:      lib/routemap_cli.c
	both added:      lib/routemap_northbound.c
	both added:      lib/routing_nb.h
	both added:      lib/seqlock.c
	both added:      lib/sigevent.c
	both added:      lib/smux.h
	both added:      lib/sockopt.c
	both added:      lib/sockopt.h
	both added:      lib/sockunion.c
	both added:      lib/sockunion.h
	both added:      lib/srv6.c
	both added:      lib/srv6.h
	both added:      lib/stream.c
	both added:      lib/stream.h
	both added:      lib/subdir.am
	both added:      lib/table.c
	both added:      lib/table.h
	both added:      lib/termtable.c
	both added:      lib/termtable.h
	both added:      lib/typerb.h
	both added:      lib/typesafe.h
	both added:      lib/vector.c
	both added:      lib/vector.h
	both added:      lib/vty.c
	both added:      lib/vty.h
	both added:      lib/wheel.c
	both added:      lib/wheel.h
	both added:      lib/yang.c
	both added:      lib/yang.h
	both added:      lib/yang_translator.c
	both added:      lib/yang_wrappers.c
	both added:      lib/yang_wrappers.h
	both added:      lib/zclient.c
	both added:      lib/zclient.h
	both added:      lib/zlog.c
	both added:      lib/zlog.h
	both added:      lib/zlog_5424_cli.c
	both added:      mgmtd/.gitignore
	both added:      mgmtd/mgmt.c
	both added:      mgmtd/mgmt_be_adapter.c
	both added:      mgmtd/mgmt_be_adapter.h
	both added:      mgmtd/mgmt_fe_adapter.c
	both added:      mgmtd/mgmt_fe_adapter.h
	both added:      mgmtd/mgmt_main.c
	both added:      mgmtd/mgmt_memory.c
	both added:      mgmtd/mgmt_memory.h
	both added:      mgmtd/mgmt_testc.c
	both added:      mgmtd/mgmt_txn.c
	both added:      mgmtd/mgmt_txn.h
	both added:      mgmtd/mgmt_vty.c
	both added:      mgmtd/subdir.am
	both added:      mlag/subdir.am
	both added:      nhrpd/debug.h
	both added:      nhrpd/nhrp_interface.c
	both added:      nhrpd/nhrp_nhs.c
	both added:      nhrpd/nhrp_packet.c
	both added:      nhrpd/nhrp_peer.c
	both added:      nhrpd/nhrp_protocol.h
	both added:      nhrpd/nhrp_shortcut.c
	both added:      nhrpd/nhrp_vty.c
	both added:      nhrpd/nhrpd.h
	both added:      nhrpd/os.h
	both added:      nhrpd/reqid.c
	both added:      nhrpd/subdir.am
	both added:      nhrpd/vici.h
	both added:      ospf6d/ospf6_abr.c
	both added:      ospf6d/ospf6_abr.h
	both added:      ospf6d/ospf6_asbr.c
	both added:      ospf6d/ospf6_asbr.h
	both added:      ospf6d/ospf6_auth_trailer.c
	both added:      ospf6d/ospf6_flood.c
	both added:      ospf6d/ospf6_gr.c
	both added:      ospf6d/ospf6_gr.h
	both added:      ospf6d/ospf6_gr_helper.c
	both added:      ospf6d/ospf6_interface.c
	both added:      ospf6d/ospf6_intra.c
	both added:      ospf6d/ospf6_intra.h
	both added:      ospf6d/ospf6_lsa.c
	both added:      ospf6d/ospf6_lsa.h
	both added:      ospf6d/ospf6_lsdb.c
	both added:      ospf6d/ospf6_main.c
	both added:      ospf6d/ospf6_message.c
	both added:      ospf6d/ospf6_neighbor.c
	both added:      ospf6d/ospf6_nssa.c
	both added:      ospf6d/ospf6_proto.h
	both added:      ospf6d/ospf6_route.h
	both added:      ospf6d/ospf6_snmp.c
	both added:      ospf6d/ospf6_spf.c
	both added:      ospf6d/ospf6_top.c
	both added:      ospf6d/ospf6_zebra.c
	both added:      ospf6d/ospf6d.c
	both added:      ospf6d/subdir.am
	both added:      ospfclient/subdir.am
	both added:      ospfd/ospf_abr.c
	both added:      ospfd/ospf_apiserver.c
	both added:      ospfd/ospf_apiserver.h
	both added:      ospfd/ospf_asbr.c
	both added:      ospfd/ospf_asbr.h
	both added:      ospfd/ospf_ase.c
	both added:      ospfd/ospf_flood.c
	both added:      ospfd/ospf_flood.h
	both added:      ospfd/ospf_interface.c
	both added:      ospfd/ospf_interface.h
	both added:      ospfd/ospf_ism.c
	both added:      ospfd/ospf_ldp_sync.c
	both added:      ospfd/ospf_lsa.c
	both added:      ospfd/ospf_lsa.h
	both added:      ospfd/ospf_lsdb.c
	both added:      ospfd/ospf_lsdb.h
	both added:      ospfd/ospf_main.c
	both added:      ospfd/ospf_memory.c
	both added:      ospfd/ospf_memory.h
	both added:      ospfd/ospf_neighbor.c
	both added:      ospfd/ospf_neighbor.h
	both added:      ospfd/ospf_nsm.c
	both added:      ospfd/ospf_opaque.c
	both added:      ospfd/ospf_packet.c
	both added:      ospfd/ospf_packet.h
	both added:      ospfd/ospf_ri.c
	both added:      ospfd/ospf_sr.c
	both added:      ospfd/ospf_te.c
	both added:      ospfd/ospf_vty.c
	both added:      ospfd/ospf_zebra.c
	both added:      ospfd/ospf_zebra.h
	both added:      ospfd/ospfd.c
	both added:      pathd/path_cli.c
	both added:      pathd/path_main.c
	both added:      pathd/path_pcep.c
	both added:      pathd/path_pcep.h
	both added:      pathd/path_pcep_cli.c
	both added:      pathd/path_ted.c
	both added:      pathd/path_ted.h
	both added:      pathd/path_zebra.c
	both added:      pathd/pathd.c
	both added:      pathd/pathd.h
	both added:      pbrd/pbr_debug.c
	both added:      pbrd/pbr_debug.h
	both added:      pbrd/pbr_vrf.c
	both added:      pbrd/pbr_vty.c
	both added:      pimd/pim6_cmd.c
	both added:      pimd/pim6_cmd.h
	both added:      pimd/pim6_main.c
	both added:      pimd/pim6_mld.c
	both added:      pimd/pim_addr.h
	both added:      pimd/pim_bsm.c
	both added:      pimd/pim_bsm.h
	both added:      pimd/pim_cmd.c
	both added:      pimd/pim_cmd.h
	both added:      pimd/pim_cmd_common.c
	both added:      pimd/pim_cmd_common.h
	both added:      pimd/pim_iface.c
	both added:      pimd/pim_iface.h
	both added:      pimd/pim_ifchannel.c
	both added:      pimd/pim_igmp.c
	both added:      pimd/pim_igmp.h
	both added:      pimd/pim_instance.c
	both added:      pimd/pim_instance.h
	both added:      pimd/pim_join.c
	both added:      pimd/pim_main.c
	both added:      pimd/pim_memory.c
	both added:      pimd/pim_memory.h
	both added:      pimd/pim_mroute.c
	both added:      pimd/pim_msdp.c
	both added:      pimd/pim_msdp.h
	both added:      pimd/pim_msdp_packet.c
	both added:      pimd/pim_msdp_packet.h
	both added:      pimd/pim_msdp_socket.c
	both added:      pimd/pim_msdp_socket.h
	both added:      pimd/pim_msg.h
	both added:      pimd/pim_nb.c
	both added:      pimd/pim_nb.h
	both added:      pimd/pim_nb_config.c
	both added:      pimd/pim_nht.c
	both added:      pimd/pim_nht.h
	both added:      pimd/pim_pim.c
	both added:      pimd/pim_pim.h
	both added:      pimd/pim_rp.c
	both added:      pimd/pim_rp.h
	both added:      pimd/pim_sock.c
	both added:      pimd/pim_sock.h
	both added:      pimd/pim_tib.c
	both added:      pimd/pim_tib.h
	both added:      pimd/pim_tlv.c
	both added:      pimd/pim_vty.c
	both added:      pimd/pim_zebra.c
	both added:      pimd/pim_zlookup.c
	both added:      pimd/pimd.c
	both added:      pimd/pimd.h
	both added:      pimd/subdir.am
	both added:      python/clippy/__init__.py
	both added:      python/clippy/elf.py
	both added:      python/firstheader.py
	both added:      python/makefile.py
	both added:      python/xref2vtysh.py
	both added:      python/xrelfo.py
	both added:      qpb/qpb.c
	both added:      redhat/frr.logrotate
	both added:      redhat/frr.spec.in
	both added:      ripd/rip_cli.c
	both added:      ripd/rip_main.c
	both added:      ripd/rip_nb_rpcs.c
	both added:      ripd/ripd.c
	both added:      ripd/subdir.am
	both added:      ripngd/ripng_cli.c
	both added:      ripngd/ripng_nb_rpcs.c
	both added:      ripngd/ripngd.c
	both added:      ripngd/subdir.am
	both added:      sharpd/sharp_main.c
	both added:      sharpd/sharp_vty.c
	both added:      sharpd/sharp_zebra.c
	both added:      sharpd/sharp_zebra.h
	both added:      snapcraft/scripts/bfdd-service
	both added:      snapcraft/snapcraft.yaml.in
	both added:      staticd/static_debug.c
	both added:      staticd/static_debug.h
	both added:      staticd/static_vty.c
	both added:      staticd/static_zebra.c
	both added:      tests/bgpd/subdir.am
	both added:      tests/bgpd/test_mp_attr.c
	both added:      tests/bgpd/test_peer_attr.c
	both added:      tests/helpers/c/main.c
	both added:      tests/helpers/c/prng.c
	both added:      tests/isisd/test_fuzz_isis_tlv.c
	both added:      tests/isisd/test_fuzz_isis_tlv_tests.h.gz
	both added:      tests/isisd/test_isis_spf.c
	both added:      tests/isisd/test_isis_spf.refout
	both added:      tests/lib/cli/common_cli.c
	both added:      tests/lib/cli/test_cli.refout.in
	both added:      tests/lib/cli/test_commands.c
	both added:      tests/lib/northbound/test_oper_data.c
	both added:      tests/lib/northbound/test_oper_data.in
	both added:      tests/lib/northbound/test_oper_data.refout
	both added:      tests/lib/subdir.am
	both added:      tests/lib/test_atomlist.c
	both added:      tests/lib/test_darr.c
	both added:      tests/lib/test_frrlua.c
	both added:      tests/lib/test_frrscript.c
	both added:      tests/lib/test_grpc.cpp
	both added:      tests/lib/test_printfrr.c
	both added:      tests/lib/test_seqlock.c
	both added:      tests/lib/test_ttable.c
	both added:      tests/lib/test_typelist.c
	both added:      tests/lib/test_zmq.c
	both added:      tests/ospf6d/test_lsdb.c
	both added:      tests/topotests/Dockerfile
	both added:      tests/topotests/all_protocol_startup/r1/ip_nht.ref
	both added:      tests/topotests/all_protocol_startup/r1/ipv4_routes.ref
	both added:      tests/topotests/all_protocol_startup/r1/ipv6_nht.ref
	both added:      tests/topotests/all_protocol_startup/r1/ipv6_routes.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post4.1.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post5.0.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post6.1.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv4.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv6-post4.1.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv6.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_bgp_ipv6_post6.1.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref
	both added:      tests/topotests/all_protocol_startup/r1/show_route_map.ref
	both added:      tests/topotests/all_protocol_startup/test_all_protocol_startup.py
	both added:      tests/topotests/analyze.py
	both added:      tests/topotests/babel_topo1/test_babel_topo1.py
	both added:      tests/topotests/bfd_bgp_cbit_topo3/r1/bgp_ipv6_routes_down.json
	both added:      tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf
	both added:      tests/topotests/bfd_bgp_cbit_topo3/r1/ipv6_routes.json
	both added:      tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf
	both added:      tests/topotests/bfd_bgp_cbit_topo3/test_bfd_bgp_cbit_topo3.py
	both added:      tests/topotests/bfd_isis_topo1/rt1/step1/show_ipv6_route.ref
	both added:      tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_healthy.ref
	both added:      tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
	both added:      tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
	both added:      tests/topotests/bfd_isis_topo1/rt1/zebra.conf
	both added:      tests/topotests/bfd_isis_topo1/rt2/zebra.conf
	both added:      tests/topotests/bfd_isis_topo1/rt3/zebra.conf
	both added:      tests/topotests/bfd_isis_topo1/rt4/zebra.conf
	both added:      tests/topotests/bfd_isis_topo1/rt5/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/rt1/step1/show_ipv6_route.ref
	both added:      tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_healthy.ref
	both added:      tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
	both added:      tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
	both added:      tests/topotests/bfd_ospf_topo1/rt1/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/rt2/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/rt3/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/rt4/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/rt5/zebra.conf
	both added:      tests/topotests/bfd_ospf_topo1/test_bfd_ospf_topo1.py
	both added:      tests/topotests/bfd_profiles_topo1/r2/bgpd.conf
	both added:      tests/topotests/bfd_profiles_topo1/r3/bgpd.conf
	both added:      tests/topotests/bfd_profiles_topo1/r4/bgpd.conf
	both added:      tests/topotests/bfd_topo3/test_bfd_topo3.py
	both added:      tests/topotests/bfd_vrf_topo1/test_bfd_vrf_topo1.py
	both added:      tests/topotests/bfd_vrflite_topo1/test_bfd_vrflite_topo1.py
	both added:      tests/topotests/bgp_accept_own/test_bgp_accept_own.py
	both added:      tests/topotests/bgp_addpath_best_selected/test_bgp_addpath_best_selected.py
	both added:      tests/topotests/bgp_aggregate_address_matching_med/test_bgp_aggregate_address_matching_med.py
	both added:      tests/topotests/bgp_aggregate_address_origin/test_bgp_aggregate-address_origin.py
	both added:      tests/topotests/bgp_aggregate_address_route_map/test_bgp_aggregate-address_route-map.py
	both added:      tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf
	both added:      tests/topotests/bgp_aggregate_address_topo1/r2/bgpd.conf
	both added:      tests/topotests/bgp_aggregator_zero/r1/bgpd.conf
	both added:      tests/topotests/bgp_aggregator_zero/test_bgp_aggregator_zero.py
	both added:      tests/topotests/bgp_aigp/r1/bgpd.conf
	both added:      tests/topotests/bgp_aigp/r1/zebra.conf
	both added:      tests/topotests/bgp_aigp/test_bgp_aigp.py
	both added:      tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py
	both added:      tests/topotests/bgp_as_override/test_bgp_as_override.py
	both added:      tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py
	both added:      tests/topotests/bgp_asdot_regex/test_bgp_asdot_regex.py
	both added:      tests/topotests/bgp_aspath_zero/r1/bgpd.conf
	both added:      tests/topotests/bgp_aspath_zero/test_bgp_aspath_zero.py
	both added:      tests/topotests/bgp_auth/bgp_auth_common.py
	both added:      tests/topotests/bgp_auth/test_bgp_auth1.py
	both added:      tests/topotests/bgp_auth/test_bgp_auth2.py
	both added:      tests/topotests/bgp_auth/test_bgp_auth3.py
	both added:      tests/topotests/bgp_auth/test_bgp_auth4.py
	both added:      tests/topotests/bgp_basic_functionality_topo1/test_bgp_basic_functionality.py
	both added:      tests/topotests/bgp_bfd_down_cease_notification/r1/bfdd.conf
	both added:      tests/topotests/bgp_bfd_down_cease_notification/r1/bgpd.conf
	both added:      tests/topotests/bgp_bfd_down_cease_notification/test_bgp_bfd_down_cease_notification.py
	both added:      tests/topotests/bgp_blackhole_community/test_bgp_blackhole_community.py
	both added:      tests/topotests/bgp_color_extcommunities/r1/bgpd.conf
	both added:      tests/topotests/bgp_color_extcommunities/test_bgp_color_extcommunities.py
	both added:      tests/topotests/bgp_comm_list_delete/test_bgp_comm-list_delete.py
	both added:      tests/topotests/bgp_comm_list_match/test_bgp_comm_list_match.py
	both added:      tests/topotests/bgp_communities_topo1/test_bgp_communities_topo2.py
	both added:      tests/topotests/bgp_community_alias/test_bgp-community-alias.py
	both added:      tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py
	both added:      tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py
	both added:      tests/topotests/bgp_conditional_advertisement_static_route/test_bgp_conditional_advertisement_static_route.py
	both added:      tests/topotests/bgp_conditional_advertisement_track_peer/test_bgp_conditional_advertisement_track_peer.py
	both added:      tests/topotests/bgp_confed1/test_bgp_confed1.py
	both added:      tests/topotests/bgp_confederation_astype/test_bgp_confederation_astype.py
	both added:      tests/topotests/bgp_default_afi_safi/test_bgp-default-afi-safi.py
	both added:      tests/topotests/bgp_default_originate/test_bgp_default_originate_2links.py
	both added:      tests/topotests/bgp_default_originate/test_bgp_default_originate_topo1_1.py
	both added:      tests/topotests/bgp_default_originate/test_bgp_default_originate_topo1_2.py
	both added:      tests/topotests/bgp_default_originate/test_default_orginate_vrf.py
	both added:      tests/topotests/bgp_default_originate/test_default_originate_conditional_routemap.py
	both added:      tests/topotests/bgp_default_originate_timer/test_bgp_default_originate_timer.py
	both added:      tests/topotests/bgp_default_originate_withdraw/test_bgp_default_originate_withdraw.py
	both added:      tests/topotests/bgp_default_route/test_bgp_default-originate.py
	both added:      tests/topotests/bgp_default_route_route_map_match/test_bgp_default-originate_route-map_match.py
	both added:      tests/topotests/bgp_default_route_route_map_match2/test_bgp_default-originate_route-map_match2.py
	both added:      tests/topotests/bgp_default_route_route_map_match_set/test_bgp_default-originate_route-map_match_set.py
	both added:      tests/topotests/bgp_default_route_route_map_set/test_bgp_default-originate_route-map_set.py
	both added:      tests/topotests/bgp_disable_addpath_rx/test_disable_addpath_rx.py
	both added:      tests/topotests/bgp_distance_change/test_bgp_admin_dist.py
	both added:      tests/topotests/bgp_distance_change/test_bgp_distance_change.py
	both added:      tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py
	both added:      tests/topotests/bgp_dynamic_capability/r1/frr.conf
	both added:      tests/topotests/bgp_dynamic_capability/r2/frr.conf
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_fqdn.py
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_graceful_restart.py
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_orf.py
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_role.py
	both added:      tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py
	both added:      tests/topotests/bgp_ebgp_common_subnet_nexthop_unchanged/test_bgp-ebgp-common-subnet-nexthop-unchanged.py
	both added:      tests/topotests/bgp_ebgp_requires_policy/test_bgp_ebgp_requires_policy.py
	both added:      tests/topotests/bgp_ecmp_topo1/r1/bgpd.conf
	both added:      tests/topotests/bgp_ecmp_topo2/test_ibgp_ecmp_topo2.py
	both added:      tests/topotests/bgp_evpn_mh/leaf1/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/leaf2/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/spine1/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/spine2/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/test_evpn_mh.py
	both added:      tests/topotests/bgp_evpn_mh/torm11/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/torm12/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/torm21/evpn.conf
	both added:      tests/topotests/bgp_evpn_mh/torm22/evpn.conf
	both added:      tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py
	both added:      tests/topotests/bgp_evpn_route_map_match/test_bgp_evpn_route_map_match.py
	both added:      tests/topotests/bgp_evpn_rt5/r1/bgpd.conf
	both added:      tests/topotests/bgp_evpn_rt5/r1/zebra.conf
	both added:      tests/topotests/bgp_evpn_rt5/r2/bgpd.conf
	both added:      tests/topotests/bgp_evpn_rt5/r2/zebra.conf
	both added:      tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py
	both added:      tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json
	both added:      tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json
	both added:      tests/topotests/bgp_extcomm_list_delete/test_bgp_extcomm-list_delete.py
	both added:      tests/topotests/bgp_extended_optional_parameters_length/test_bgp_extended_optional_parameters_length.py
	both added:      tests/topotests/bgp_features/r1/ip_route.json
	both added:      tests/topotests/bgp_features/r1/ip_route_norib.json
	both added:      tests/topotests/bgp_features/test_bgp_features.py
	both added:      tests/topotests/bgp_flowspec/r1/bgpd.conf
	both added:      tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-1.py
	both added:      tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-2.py
	both added:      tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-3.py
	both added:      tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-4.py
	both added:      tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-1.py
	both added:      tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-2.py
	both added:      tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-3.py
	both added:      tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2-4.py
	both added:      tests/topotests/bgp_gr_functionality_topo3/test_bgp_gr_functionality_topo3.py
	both added:      tests/topotests/bgp_gr_notification/r1/bgpd.conf
	both added:      tests/topotests/bgp_gr_notification/r2/bgpd.conf
	both added:      tests/topotests/bgp_gr_notification/test_bgp_gr_notification.py
	both added:      tests/topotests/bgp_gr_restart_retain_routes/test_bgp_gr_restart_retain_routes.py
	both added:      tests/topotests/bgp_gshut/test_bgp_gshut.py
	both added:      tests/topotests/bgp_ipv4_class_e_peer/test_bgp_ipv4_class_e_peer.py
	both added:      tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py
	both added:      tests/topotests/bgp_ipv6_ll_peering/test_bgp_ipv6_ll_peering.py
	both added:      tests/topotests/bgp_l3vpn_label_export/test_bgp_l3vpn_label_export.py
	both added:      tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/add_routes.py
	both added:      tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/adjacencies.py
	both added:      tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py
	both added:      tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py
	both added:      tests/topotests/bgp_labeled_unicast_addpath/test_bgp_labeled_unicast_addpath.py
	both added:      tests/topotests/bgp_labeled_unicast_default_originate/test_bgp_labeled_unicast_default_originate.py
	both added:      tests/topotests/bgp_large_comm_list_match/test_bgp_large_comm_list_match.py
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-1.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-2.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-3.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-6.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-7.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-8.json
	both added:      tests/topotests/bgp_link_bw_ip/r1/ip-route-9.json
	both added:      tests/topotests/bgp_link_bw_ip/r2/bgp-route-3.json
	both added:      tests/topotests/bgp_link_bw_ip/r2/ip-route-2.json
	both added:      tests/topotests/bgp_link_bw_ip/r5/bgpd.conf
	both added:      tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py
	both added:      tests/topotests/bgp_llgr/test_bgp_llgr.py
	both added:      tests/topotests/bgp_local_as/test_bgp_local_as.py
	both added:      tests/topotests/bgp_local_as_dotplus_private_remove/test_bgp_local_as_dotplus_private_remove.py
	both added:      tests/topotests/bgp_local_as_private_remove/test_bgp_local_as_private_remove.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_agg.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_ecmp.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_topo1.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_topo2.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_vrf_topo1.py
	both added:      tests/topotests/bgp_local_asn/test_bgp_local_asn_vrf_topo2.py
	both added:      tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_agg.py
	both added:      tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_ecmp.py
	both added:      tests/topotests/bgp_local_asn_dot/test_bgp_local_asn_dot_topo1.py
	both added:      tests/topotests/bgp_lu_explicitnull/test_bgp_lu_explicitnull.py
	both added:      tests/topotests/bgp_lu_topo1/R3/bgpd.conf
	both added:      tests/topotests/bgp_lu_topo1/R3/zebra.conf
	both added:      tests/topotests/bgp_lu_topo2/R3/bgpd.conf
	both added:      tests/topotests/bgp_lu_topo2/R3/staticd.conf
	both added:      tests/topotests/bgp_lu_topo2/R3/zebra.conf
	both added:      tests/topotests/bgp_max_med_on_startup/r1/bgpd.conf
	both added:      tests/topotests/bgp_max_med_on_startup/test_bgp_max_med_on_startup.py
	both added:      tests/topotests/bgp_maximum_prefix_invalid_update/test_bgp_maximum_prefix_invalid_update.py
	both added:      tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py
	both added:      tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py
	both added:      tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
	both added:      tests/topotests/bgp_multiview_topo1/r1/bgpd.conf
	both added:      tests/topotests/bgp_node_target_extcommunities/test_bgp_node_target_extcommunities.py
	both added:      tests/topotests/bgp_oad/test_bgp_oad.py
	both added:      tests/topotests/bgp_orf/test_bgp_orf.py
	both added:      tests/topotests/bgp_path_attribute_discard/r1/frr.conf
	both added:      tests/topotests/bgp_path_attribute_discard/r2/frr.conf
	both added:      tests/topotests/bgp_path_attribute_discard/test_bgp_path_attribute_discard.py
	both added:      tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py
	both added:      tests/topotests/bgp_path_selection/test_bgp_path_selection.py
	both added:      tests/topotests/bgp_peer_graceful_shutdown/test_bgp_peer_graceful_shutdown.py
	both added:      tests/topotests/bgp_peer_group/test_bgp_peer-group.py
	both added:      tests/topotests/bgp_peer_type_multipath_relax/r1/bgpd.conf
	both added:      tests/topotests/bgp_peer_type_multipath_relax/r1/prefix1-eBGP-confed.json
	both added:      tests/topotests/bgp_peer_type_multipath_relax/r1/prefix1-eBGP-iBGP.json
	both added:      tests/topotests/bgp_peer_type_multipath_relax/r2/bgpd.conf
	both added:      tests/topotests/bgp_peer_type_multipath_relax/test_bgp_peer-type_multipath-relax.py
	both added:      tests/topotests/bgp_prefix_list_any/r1/bgpd.conf
	both added:      tests/topotests/bgp_prefix_list_any/r2/bgpd.conf
	both added:      tests/topotests/bgp_prefix_list_any/test_bgp_prefix_list_any.py
	both added:      tests/topotests/bgp_prefix_sid/r1/bgpd.conf
	both added:      tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py
	both added:      tests/topotests/bgp_prefix_sid2/r1/bgpd.conf
	both added:      tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py
	both added:      tests/topotests/bgp_redistribute_table/test_bgp_redistribute_table.py
	both added:      tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
	both added:      tests/topotests/bgp_remove_private_as/test_bgp_remove_private_as.py
	both added:      tests/topotests/bgp_remove_private_as_route_map/test_bgp_remove_private_as_route_map.py
	both added:      tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py
	both added:      tests/topotests/bgp_roles_capability/test_bgp_roles_capability.py
	both added:      tests/topotests/bgp_roles_filtering/test_bgp_roles_filtering.py
	both added:      tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py
	both added:      tests/topotests/bgp_route_map_delay_timer/test_bgp_route_map_delay_timer.py
	both added:      tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf
	both added:      tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf
	both added:      tests/topotests/bgp_route_map_match_ipv6_nexthop/test_bgp_route_map_match_ipv6_nexthop.py
	both added:      tests/topotests/bgp_route_map_match_source_protocol/test_bgp_route_map_match_source_protocol.py
	both added:      tests/topotests/bgp_route_map_on_match_next/test_bgp_route_map_on_match_next.py
	both added:      tests/topotests/bgp_route_map_vpn_import/test_bgp_route_map_vpn_import.py
	both added:      tests/topotests/bgp_route_origin_parser/test_bgp_route_origin_parser.py
	both added:      tests/topotests/bgp_route_server_client/r1/bgpd.conf
	both added:      tests/topotests/bgp_route_server_client/r2/bgpd.conf
	both added:      tests/topotests/bgp_route_server_client/r3/bgpd.conf
	both added:      tests/topotests/bgp_route_server_client/test_bgp_route_server_client.py
	both added:      tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
	both added:      tests/topotests/bgp_rpki_topo1/test_bgp_rpki_topo1.py
	both added:      tests/topotests/bgp_rr_ibgp/test_bgp_rr_ibgp_topo1.py
	both added:      tests/topotests/bgp_sender_as_path_loop_detection/test_bgp_sender-as-path-loop-detection.py
	both added:      tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py
	both added:      tests/topotests/bgp_set_aspath_replace/test_bgp_set_aspath_replace.py
	both added:      tests/topotests/bgp_set_local_preference_add_subtract/test_bgp_set_local-preference_add_subtract.py
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce1/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce2/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce3/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce4/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/r1/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/r4/bgpd.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf
	both added:      tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
	both added:      tests/topotests/bgp_software_version/test_bgp_software_version.py
	both added:      tests/topotests/bgp_soo/test_bgp_soo.py
	both added:      tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py
	both added:      tests/topotests/bgp_srv6l3vpn_route_leak/test_bgp_srv6l3vpn_route_leak.py
	both added:      tests/topotests/bgp_srv6l3vpn_sid/test_bgp_srv6l3vpn_sid.py
	both added:      tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/test_bgp_srv6l3vpn_to_bgp_vrf.py
	both added:      tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/test_bgp_srv6l3vpn_to_bgp_vrf2.py
	both added:      tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/test_bgp_srv6l3vpn_to_bgp_vrf3.py
	both added:      tests/topotests/bgp_suppress_fib/test_bgp_suppress_fib.py
	both added:      tests/topotests/bgp_tcp_mss/r1/bgpd.conf
	both added:      tests/topotests/bgp_tcp_mss/r1/zebra.conf
	both added:      tests/topotests/bgp_tcp_mss/r2/bgpd.conf
	both added:      tests/topotests/bgp_tcp_mss/r2/zebra.conf
	both added:      tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
	both added:      tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py
	both added:      tests/topotests/bgp_tcp_mss_passive/test_bgp_tcp_mss_passive.py
	both added:      tests/topotests/bgp_unnumbered/test_bgp_unnumbered.py
	both added:      tests/topotests/bgp_update_delay/test_bgp_update_delay.py
	both added:      tests/topotests/bgp_vpn_5549_route_map/test_bgp_vpn_5549_route_map.py
	both added:      tests/topotests/bgp_vpnv4_asbr/test_bgp_vpnv4_asbr.py
	both added:      tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py
	both added:      tests/topotests/bgp_vpnv4_gre/test_bgp_vpnv4_gre.py
	both added:      tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_init.json
	both added:      tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r1_vrf1.json
	both added:      tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r2_vrf2.json
	both added:      tests/topotests/bgp_vpnv4_noretain/r1/ipv4_vrf_all_routes_plus_r2_vrf3.json
	both added:      tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py
	both added:      tests/topotests/bgp_vpnv4_per_nexthop_label/test_bgp_vpnv4_per_nexthop_label.py
	both added:      tests/topotests/bgp_vpnv6_per_nexthop_label/test_bgp_vpnv6_per_nexthop_label.py
	both added:      tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo2.py
	both added:      tests/topotests/bgp_vrf_dynamic_route_leak_topo3/test_bgp_vrf_dynamic_route_leak_topo3.py
	both added:      tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-1.py
	both added:      tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-2.py
	both added:      tests/topotests/bgp_vrf_dynamic_route_leak_topo4/test_bgp_vrf_dynamic_route_leak_topo4-3.py
	both added:      tests/topotests/bgp_vrf_leaking_5549_routes/test_bgp_vrf_leaking.py
	both added:      tests/topotests/bgp_vrf_lite_best_path_test/test_bgp_vrf_lite_best_path_topo1.py
	both added:      tests/topotests/bgp_vrf_lite_best_path_test/test_bgp_vrf_lite_best_path_topo2.py
	both added:      tests/topotests/bgp_vrf_netns/r1/bgpd.conf
	both added:      tests/topotests/bgp_vrf_route_leak_basic/r1/bgpd.conf
	both added:      tests/topotests/bgp_vrf_route_leak_basic/test_bgp-vrf-route-leak-basic.py
	both added:      tests/topotests/config_timing/test_config_timing.py
	both added:      tests/topotests/conftest.py
	both added:      tests/topotests/docker/README.md
	both added:      tests/topotests/docker/build.sh
	both added:      tests/topotests/docker/frr-topotests.sh
	both added:      tests/topotests/docker/inner/compile_frr.sh
	both added:      tests/topotests/docker/inner/entrypoint.sh
	both added:      tests/topotests/eigrp_topo1/test_eigrp_topo1.py
	both added:      tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py
	both added:      tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py
	both added:      tests/topotests/example_munet/r1/frr.conf
	both added:      tests/topotests/example_munet/r2/frr.conf
	both added:      tests/topotests/example_munet/r3/frr.conf
	both added:      tests/topotests/example_munet/test_munet.py
	both added:      tests/topotests/example_test/test_template.py
	both added:      tests/topotests/grpc_basic/test_basic_grpc.py
	both added:      tests/topotests/isis_advertise_high_metrics/test_isis_advertise_high_metrics.py
	both added:      tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py
	both added:      tests/topotests/isis_lsp_bits_topo1/test_isis_lsp_bits_topo1.py
	both added:      tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py
	both added:      tests/topotests/isis_snmp/test_isis_snmp.py
	both added:      tests/topotests/isis_sr_flex_algo_topo1/test_isis_sr_flex_algo_topo1.py
	both added:      tests/topotests/isis_sr_flex_algo_topo2/test_isis_sr_flex_algo_topo2.py
	both added:      tests/topotests/isis_sr_te_topo1/test_isis_sr_te_topo1.py
	both added:      tests/topotests/isis_sr_topo1/test_isis_sr_topo1.py
	both added:      tests/topotests/isis_srv6_topo1/rt1/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt1/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt1/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt1/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt1/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step2/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step4/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step6/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step8/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt2/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step2/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step4/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step6/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step8/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt3/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step2/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step4/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step6/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step8/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt4/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step2/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step4/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step6/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step8/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt5/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step1/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step2/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step3/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step4/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step5/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step6/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step7/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step8/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/rt6/step9/show_srv6_locator_table.ref
	both added:      tests/topotests/isis_srv6_topo1/test_isis_srv6_topo1.py
	both added:      tests/topotests/isis_te_topo1/test_isis_te_topo1.py
	both added:      tests/topotests/isis_tilfa_topo1/rt1/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt2/step1/show_ipv6_route.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt2/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt3/step1/show_ipv6_route.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt3/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt4/step1/show_ipv6_route.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt4/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt5/step1/show_ipv6_route.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt5/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt6/step1/show_ipv6_route.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt6/step1/show_mpls_table.ref
	both added:      tests/topotests/isis_tilfa_topo1/rt6/zebra.conf
	both added:      tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py
	both added:      tests/topotests/isis_topo1/r1/r1_topology.json
	both added:      tests/topotests/isis_topo1/r2/r2_topology.json
	both added:      tests/topotests/isis_topo1/r3/r3_topology.json
	both added:      tests/topotests/isis_topo1/r4/r4_topology.json
	both added:      tests/topotests/isis_topo1/r5/r5_topology.json
	both added:      tests/topotests/isis_topo1/test_isis_topo1.py
	both added:      tests/topotests/isis_topo1_vrf/r1/r1_topology.json
	both added:      tests/topotests/isis_topo1_vrf/r2/r2_topology.json
	both added:      tests/topotests/isis_topo1_vrf/r3/r3_topology.json
	both added:      tests/topotests/isis_topo1_vrf/r4/r4_topology.json
	both added:      tests/topotests/isis_topo1_vrf/r5/r5_topology.json
	both added:      tests/topotests/isis_topo1_vrf/test_isis_topo1_vrf.py
	both added:      tests/topotests/kinds.yaml
	both added:      tests/topotests/ldp_oc_acl_topo1/test_ldp_oc_acl_topo1.py
	both added:      tests/topotests/ldp_oc_topo1/test_ldp_oc_topo1.py
	both added:      tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py
	both added:      tests/topotests/ldp_sync_isis_topo1/test_ldp_sync_isis_topo1.py
	both added:      tests/topotests/ldp_sync_ospf_topo1/test_ldp_sync_ospf_topo1.py
	both added:      tests/topotests/ldp_vpls_topo1/test_ldp_vpls_topo1.py
	both added:      tests/topotests/lib/bgp.py
	both added:      tests/topotests/lib/bgprib.py
	both added:      tests/topotests/lib/bmp_collector/bgp/open/__init__.py
	both added:      tests/topotests/lib/bmp_collector/bgp/update/__init__.py
	both added:      tests/topotests/lib/bmp_collector/bgp/update/af.py
	both added:      tests/topotests/lib/bmp_collector/bgp/update/nlri.py
	both added:      tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py
	both added:      tests/topotests/lib/bmp_collector/bgp/update/rd.py
	both added:      tests/topotests/lib/bmp_collector/bmp.py
	both added:      tests/topotests/lib/checkping.py
	both added:      tests/topotests/lib/common_config.py
	both added:      tests/topotests/lib/fe_client.py
	both added:      tests/topotests/lib/grpc-query.py
	both added:      tests/topotests/lib/ospf.py
	both added:      tests/topotests/lib/pim.py
	both added:      tests/topotests/lib/snmptest.py
	both added:      tests/topotests/lib/topogen.py
	both added:      tests/topotests/lib/topojson.py
	both added:      tests/topotests/lib/topotest.py
	both added:      tests/topotests/mgmt_debug_flags/test_debug.py
	both added:      tests/topotests/mgmt_fe_client/mgmt_pb2.py
	both added:      tests/topotests/mgmt_notif/test_notif.py
	both added:      tests/topotests/mgmt_oper/oper-results/result-lib-vrf-default.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-lib-vrf-nokey.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra-ribs.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-lib.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-ribs-rib-ipv4-unicast.json
	both added:      tests/topotests/mgmt_oper/oper-results/result-ribs-rib-nokeys.json
	both added:      tests/topotests/mgmt_oper/oper.py
	both added:      tests/topotests/mgmt_oper/simple-results/result-intf-eth0-exact.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-intf-eth0-with-config.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-intf-state.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib-vrf-default.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib-vrf-nokey.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra-ribs.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-lib.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-ribs-rib-ipv4-unicast.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-ribs-rib-nokeys.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-nokey.json
	both added:      tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-prefix.json
	both added:      tests/topotests/mgmt_oper/test_oper.py
	both added:      tests/topotests/mgmt_oper/test_scale.py
	both added:      tests/topotests/mgmt_oper/test_simple.py
	both added:      tests/topotests/mgmt_tests/test_yang_mgmt.py
	both added:      tests/topotests/msdp_topo1/r1/pimd.conf
	both added:      tests/topotests/msdp_topo1/r2/pimd.conf
	both added:      tests/topotests/msdp_topo1/r4/pimd.conf
	both added:      tests/topotests/msdp_topo1/test_msdp_topo1.py
	both added:      tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py
	both added:      tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py
	both added:      tests/topotests/multicast_pim_bsm_topo1/test_mcast_pim_bsmp_01.py
	both added:      tests/topotests/multicast_pim_bsm_topo2/test_mcast_pim_bsmp_02.py
	both added:      tests/topotests/multicast_pim_dr_nondr_test/test_pim_dr_nondr_with_ospf_topo2.py
	both added:      tests/topotests/multicast_pim_dr_nondr_test/test_pim_dr_nondr_with_transit_router_topo3.py
	both added:      tests/topotests/multicast_pim_sm_topo1/test_multicast_pim_sm_topo1.py
	both added:      tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py
	both added:      tests/topotests/multicast_pim_sm_topo3/igmp_group_all_detail.json
	both added:      tests/topotests/multicast_pim_sm_topo3/igmp_single_if_group_all_brief.json
	both added:      tests/topotests/multicast_pim_sm_topo3/igmp_single_if_group_all_detail.json
	both added:      tests/topotests/multicast_pim_sm_topo3/igmp_single_if_single_group_brief.json
	both added:      tests/topotests/multicast_pim_sm_topo3/igmp_single_if_single_group_detail.json
	both added:      tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py
	both added:      tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py
	both added:      tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp.py
	both added:      tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp1.py
	both added:      tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp2.py
	both added:      tests/topotests/multicast_pim_uplink_topo1/test_multicast_pim_uplink_topo1.py
	both added:      tests/topotests/multicast_pim_uplink_topo2/test_multicast_pim_uplink_topo2.py
	both added:      tests/topotests/munet/__main__.py
	both added:      tests/topotests/munet/base.py
	both added:      tests/topotests/munet/cleanup.py
	both added:      tests/topotests/munet/cli.py
	both added:      tests/topotests/munet/logconf-mutest.yaml
	both added:      tests/topotests/munet/mucmd.py
	both added:      tests/topotests/munet/mulog.py
	both added:      tests/topotests/munet/munet-schema.json
	both added:      tests/topotests/munet/mutest/__main__.py
	both added:      tests/topotests/munet/mutest/userapi.py
	both added:      tests/topotests/munet/mutini.py
	both added:      tests/topotests/munet/native.py
	both added:      tests/topotests/munet/parser.py
	both added:      tests/topotests/munet/testing/fixtures.py
	both added:      tests/topotests/munet/testing/hooks.py
	both added:      tests/topotests/munet/testing/util.py
	both added:      tests/topotests/nb_config/test_nb_config.py
	both added:      tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py
	both added:      tests/topotests/nhrp_topo/r1/nhrpd.conf
	both added:      tests/topotests/nhrp_topo/r1/zebra.conf
	both added:      tests/topotests/nhrp_topo/r2/nhrp4_cache.json
	both added:      tests/topotests/nhrp_topo/r2/nhrp_route4.json
	both added:      tests/topotests/nhrp_topo/r2/nhrpd.conf
	both added:      tests/topotests/nhrp_topo/r2/zebra.conf
	both added:      tests/topotests/nhrp_topo/test_nhrp_topo.py
	both added:      tests/topotests/ospf6_ecmp_inter_area/r5/ospf6d.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/r6/ospf6d.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/r7/ospf6d.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/r7/zebra.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/r8/ospf6d.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/r8/zebra.conf
	both added:      tests/topotests/ospf6_ecmp_inter_area/test_ospf6_ecmp_inter_area.py
	both added:      tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py
	both added:      tests/topotests/ospf6_loopback_cost/test_ospf6_loopback_cost.py
	both added:      tests/topotests/ospf6_point_to_multipoint/test_ospf6_point_to_multipoint.py
	both added:      tests/topotests/ospf6_topo1/test_ospf6_topo1.py
	both added:      tests/topotests/ospf6_topo1_vrf/test_ospf6_topo1_vrf.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_asbr_summary_topo1.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_asbr_summary_type7_lsa.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_flood_reduction.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_nssa.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_routemaps.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
	both added:      tests/topotests/ospf_basic_functionality/test_ospf_single_area.py
	both added:      tests/topotests/ospf_dual_stack/test_ospf_dual_stack.py
	both added:      tests/topotests/ospf_gr_helper/test_ospf_gr_helper1.py
	both added:      tests/topotests/ospf_gr_helper/test_ospf_gr_helper2.py
	both added:      tests/topotests/ospf_gr_helper/test_ospf_gr_helper3.py
	both added:      tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py
	both added:      tests/topotests/ospf_instance_redistribute/test_ospf_instance_redistribute.py
	both added:      tests/topotests/ospf_metric_propagation/h1/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/h2/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/r1/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-1.json
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-2.json
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-3.json
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-4.json
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-5.json
	both added:      tests/topotests/ospf_metric_propagation/r1/show_ip_route-6.json
	both added:      tests/topotests/ospf_metric_propagation/r2/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/r3/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/r4/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/ra/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/rb/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/rc/frr.conf
	both added:      tests/topotests/ospf_metric_propagation/test_ospf_metric_propagation.py
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-default.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-neno.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-default.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-ray.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/frr.conf
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/zebra-vrf-default.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/frr.conf
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/zebra-vrf-default.txt
	both added:      tests/topotests/ospf_multi_vrf_bgp_route_leak/test_ospf_multi_vrf_bgp_route_leak.py
	both added:      tests/topotests/ospf_netns_vrf/r1/ospfd.conf
	both added:      tests/topotests/ospf_netns_vrf/r1/zebra.conf
	both added:      tests/topotests/ospf_netns_vrf/r1/zebraroute.txt
	both added:      tests/topotests/ospf_netns_vrf/r1/zebraroutedown.txt
	both added:      tests/topotests/ospf_netns_vrf/r2/ospfd.conf
	both added:      tests/topotests/ospf_netns_vrf/r2/zebra.conf
	both added:      tests/topotests/ospf_netns_vrf/r2/zebraroute.txt
	both added:      tests/topotests/ospf_netns_vrf/r2/zebraroutedown.txt
	both added:      tests/topotests/ospf_netns_vrf/r3/ospfd.conf
	both added:      tests/topotests/ospf_netns_vrf/r3/zebra.conf
	both added:      tests/topotests/ospf_netns_vrf/r3/zebraroute.txt
	both added:      tests/topotests/ospf_netns_vrf/r3/zebraroutedown.txt
	both added:      tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
	both added:      tests/topotests/ospf_nssa_topo1/test_ospf_nssa_topo1.py
	both added:      tests/topotests/ospf_prefix_suppression/r1/frr.conf
	both added:      tests/topotests/ospf_prefix_suppression/r2/frr.conf
	both added:      tests/topotests/ospf_prefix_suppression/r3/frr.conf
	both added:      tests/topotests/ospf_prefix_suppression/test_ospf_prefix_suppression.py
	both added:      tests/topotests/ospf_sr_te_topo1/test_ospf_sr_te_topo1.py
	both added:      tests/topotests/ospf_sr_topo1/test_ospf_sr_topo1.py
	both added:      tests/topotests/ospf_suppress_fa/r2/ospfd.conf
	both added:      tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
	both added:      tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py
	both added:      tests/topotests/ospf_topo1/test_ospf_topo1.py
	both added:      tests/topotests/ospf_topo2/test_ospf_topo2.py
	both added:      tests/topotests/ospf_unnumbered/test_ospf_unnumbered.py
	both added:      tests/topotests/ospf_unnumbered_point_to_multipoint/test_ospf_unnumbered_point_to_multipoint.py
	both added:      tests/topotests/ospfapi/test_ospf_clientapi.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_asbr_summary_topo1.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_authentication.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp_lan.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa2.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
	both added:      tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py
	both added:      tests/topotests/pim_acl/test_pim_acl.py
	both added:      tests/topotests/pim_basic/test_pim.py
	both added:      tests/topotests/pim_igmp_vrf/r1/ospfd.conf
	both added:      tests/topotests/pim_igmp_vrf/r1/pimd.conf
	both added:      tests/topotests/pim_igmp_vrf/r11/ospfd.conf
	both added:      tests/topotests/pim_igmp_vrf/r12/ospfd.conf
	both added:      tests/topotests/pim_igmp_vrf/test_pim_vrf.py
	both added:      tests/topotests/pytest.ini
	both added:      tests/topotests/rip_allow_ecmp/test_rip_allow_ecmp.py
	both added:      tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py
	both added:      tests/topotests/rip_passive_interface/test_rip_passive_interface.py
	both added:      tests/topotests/rip_topo1/r1/show_ip_rip.ref
	both added:      tests/topotests/rip_topo1/r2/show_ip_rip.ref
	both added:      tests/topotests/rip_topo1/r3/show_ip_rip.ref
	both added:      tests/topotests/ripng_allow_ecmp/test_ripng_allow_ecmp.py
	both added:      tests/topotests/ripng_route_map/test_ripng_route_map.py
	both added:      tests/topotests/ripng_topo1/r1/show_ipv6_ripng.ref
	both added:      tests/topotests/ripng_topo1/r2/show_ipv6_ripng.ref
	both added:      tests/topotests/ripng_topo1/r3/show_ipv6_ripng.ref
	both added:      tests/topotests/route_scale/scale_test_common.py
	both added:      tests/topotests/route_scale/test_route_scale1.py
	both added:      tests/topotests/route_scale/test_route_scale2.py
	both added:      tests/topotests/simple_snmp_test/r1/bgpd.conf
	both added:      tests/topotests/simple_snmp_test/r1/isisd.conf
	both added:      tests/topotests/simple_snmp_test/r1/zebra.conf
	both added:      tests/topotests/simple_snmp_test/test_simple_snmp.py
	both added:      tests/topotests/srv6_encap_src_addr/r1/zebra.conf
	both added:      tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py
	both added:      tests/topotests/srv6_locator/test_srv6_locator.py
	both added:      tests/topotests/srv6_locator_custom_bits_length/test_srv6_locator_custom_bits_length.py
	both added:      tests/topotests/srv6_locator_usid/test_srv6_locator_usid.py
	both added:      tests/topotests/srv6_static_route/test_srv6_route.py
	both added:      tests/topotests/static_routing_mpls/test_static_routing_mpls.py
	both added:      tests/topotests/static_routing_with_ebgp/test_static_routes_topo2_ebgp.py
	both added:      tests/topotests/static_routing_with_ebgp/test_static_routes_topo3_ebgp.py
	both added:      tests/topotests/static_routing_with_ebgp/test_static_routes_topo4_ebgp.py
	both added:      tests/topotests/static_routing_with_ibgp/test_static_routes_topo1_ibgp.py
	both added:      tests/topotests/static_routing_with_ibgp/test_static_routes_topo2_ibgp.py
	both added:      tests/topotests/static_routing_with_ibgp/test_static_routes_topo3_ibgp.py
	both added:      tests/topotests/static_routing_with_ibgp/test_static_routes_topo4_ibgp.py
	both added:      tests/topotests/static_simple/test_static_simple.py
	both added:      tests/topotests/tc_basic/test_tc_basic.py
	both added:      tests/topotests/zebra_multiple_connected/test_zebra_multiple_connected.py
	both added:      tests/topotests/zebra_netlink/test_zebra_netlink.py
	both added:      tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
	both added:      tests/topotests/zebra_opaque/test_zebra_opaque.py
	both added:      tests/topotests/zebra_rib/r1/sharp_rmap.ref
	both added:      tests/topotests/zebra_rib/r1/static_rmap.ref
	both added:      tests/topotests/zebra_rib/test_zebra_rib.py
	both added:      tests/topotests/zebra_seg6_route/test_zebra_seg6_route.py
	both added:      tests/topotests/zebra_seg6local_route/r1/routes.json
	both added:      tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py
	both added:      tools/checkpatch.pl
	both added:      tools/cocci.h
	both added:      tools/etc/frr/support_bundle_commands.conf
	both added:      tools/etc/iproute2/rt_protos.d/frr.conf
	both added:      tools/etc/logrotate.d/frr
	both added:      tools/etc/rsyslog.d/45-frr.conf
	both added:      tools/frr-reload.py
	both added:      tools/frr_babeltrace.py
	both added:      tools/gcc-plugins/frr-format.c
	both added:      tools/gen_northbound_callbacks.c
	both added:      tools/gen_yang_deviations.c
	both added:      tools/indent.py
	both added:      tools/start-stop-daemon.c
	both added:      tools/subdir.am
	both added:      vrrpd/vrrp_debug.c
	both added:      vrrpd/vrrp_debug.h
	both added:      vrrpd/vrrp_vty.c
	both added:      vtysh/.gitignore
	both added:      vtysh/subdir.am
	both added:      vtysh/vtysh.c
	both added:      vtysh/vtysh.h
	both added:      vtysh/vtysh_config.c
	both added:      vtysh/vtysh_main.c
	both added:      yang/frr-bfdd.yang
	both added:      yang/frr-bgp-common.yang
	both added:      yang/frr-bgp-route-map.yang
	both added:      yang/frr-eigrpd.yang
	both added:      yang/frr-gmp.yang
	both added:      yang/frr-isisd.yang
	both added:      yang/frr-ospf-route-map.yang
	both added:      yang/frr-ospf6-route-map.yang
	both added:      yang/frr-pim-rp.yang
	both added:      yang/frr-pim.yang
	both added:      yang/frr-route-map.yang
	both added:      yang/frr-test-module.yang
	both added:      yang/frr-zebra.yang
	both added:      yang/ietf/ietf-bgp-types.yang
	both added:      yang/subdir.am
	both added:      zebra/.gitignore
	both added:      zebra/connected.c
	both added:      zebra/debug.c
	both added:      zebra/debug.h
	both added:      zebra/debug_nl.c
	both added:      zebra/dpdk/zebra_dplane_dpdk.c
	both added:      zebra/dpdk/zebra_dplane_dpdk.h
	both added:      zebra/dplane_fpm_nl.c
	both added:      zebra/if_ioctl.c
	both added:      zebra/if_netlink.c
	both added:      zebra/if_netlink.h
	both added:      zebra/if_sysctl.c
	both added:      zebra/interface.c
	both added:      zebra/interface.h
	both added:      zebra/ioctl.c
	both added:      zebra/ipforward_proc.c
	both added:      zebra/kernel_netlink.c
	both added:      zebra/kernel_netlink.h
	both added:      zebra/kernel_socket.c
	both added:      zebra/main.c
	both added:      zebra/redistribute.c
	both added:      zebra/redistribute.h
	both added:      zebra/rib.h
	both added:      zebra/rt_netlink.c
	both added:      zebra/rt_socket.c
	both added:      zebra/rtadv.c
	both added:      zebra/subdir.am
	both added:      zebra/table_manager.h
	both added:      zebra/tc_netlink.c
	both added:      zebra/tc_netlink.h
	both added:      zebra/zapi_msg.c
	both added:      zebra/zapi_msg.h
	both added:      zebra/zebra_cli.c
	both added:      zebra/zebra_dplane.c
	both added:      zebra/zebra_dplane.h
	both added:      zebra/zebra_errors.c
	both added:      zebra/zebra_errors.h
	both added:      zebra/zebra_evpn.c
	both added:      zebra/zebra_evpn.h
	both added:      zebra/zebra_evpn_mac.c
	both added:      zebra/zebra_evpn_mh.c
	both added:      zebra/zebra_evpn_mh.h
	both added:      zebra/zebra_fpm_netlink.c
	both added:      zebra/zebra_gr.c
	both added:      zebra/zebra_l2.c
	both added:      zebra/zebra_l2.h
	both added:      zebra/zebra_mpls.c
	both added:      zebra/zebra_mpls.h
	both added:      zebra/zebra_mpls_openbsd.c
	both added:      zebra/zebra_mpls_vty.c
	both added:      zebra/zebra_nb.c
	both added:      zebra/zebra_nb.h
	both added:      zebra/zebra_nb_config.c
	both added:      zebra/zebra_nb_rpcs.c
	both added:      zebra/zebra_nb_state.c
	both added:      zebra/zebra_neigh.c
	both added:      zebra/zebra_netns_id.c
	both added:      zebra/zebra_netns_notify.c
	both added:      zebra/zebra_nhg.c
	both added:      zebra/zebra_nhg.h
	both added:      zebra/zebra_ns.c
	both added:      zebra/zebra_ns.h
	both added:      zebra/zebra_pw.c
	both added:      zebra/zebra_pw.h
	both added:      zebra/zebra_rib.c
	both added:      zebra/zebra_rnh.c
	both added:      zebra/zebra_rnh.h
	both added:      zebra/zebra_routemap.c
	both added:      zebra/zebra_routemap.h
	both added:      zebra/zebra_routemap_nb_config.c
	both added:      zebra/zebra_router.c
	both added:      zebra/zebra_router.h
	both added:      zebra/zebra_script.c
	both added:      zebra/zebra_srte.c
	both added:      zebra/zebra_srv6.c
	both added:      zebra/zebra_srv6.h
	both added:      zebra/zebra_srv6_vty.c
	both added:      zebra/zebra_trace.c
	both added:      zebra/zebra_trace.h
	both added:      zebra/zebra_vrf.c
	both added:      zebra/zebra_vrf.h
	both added:      zebra/zebra_vty.c
	both added:      zebra/zebra_vxlan.c
	both added:      zebra/zebra_vxlan.h
	both added:      zebra/zebra_vxlan_if.c
	both added:      zebra/zserv.c
	both added:      zebra/zserv.h

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@frrbot frrbot bot added bgp tests Topotests, make check, etc labels Dec 10, 2024
@ton31337 ton31337 closed this Dec 10, 2024
@ton31337 ton31337 deleted the mergify/bp/stable/10.0/pr-17608 branch December 10, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bgp stable/10.0 tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant