]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add topotest to check bgp lu explicit-null service 13090/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 24 Mar 2023 06:08:48 +0000 (07:08 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 11 Apr 2023 14:08:15 +0000 (16:08 +0200)
commiteee086e6d24b018a61ed0444ae077f4ef2890954
tree1e1f15ae558061108b479a721788ca2df80f6a8b
parent7ee70320d37010026d0b3c1ce7871fb5c72b26d9
topotests: add topotest to check bgp lu explicit-null service

The test ensures that the incoming prefixes are received with
the appropriate label value, and that connectivity is ensured
between prefixes.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_lu_explicitnull/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_explicitnull/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_explicitnull/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_explicitnull/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_explicitnull/test_bgp_lu_explicitnull.py [new file with mode: 0644]