diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-08-19 02:38:18 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-08-24 05:39:56 +0200 |
commit | 6df89791ba287a81c947dfb9fbdcd1c4a51db89b (patch) | |
tree | 17b6fd6f5fd56ff158fbd709acf62f5aa2014275 /tests/topotests/ospf6_topo2 | |
parent | ospf6d: flush external LSAs when NSSA is configured (diff) | |
download | frr-6df89791ba287a81c947dfb9fbdcd1c4a51db89b.tar.xz frr-6df89791ba287a81c947dfb9fbdcd1c4a51db89b.zip |
ospf6d: remove incorrect debug guard
Also, update the ospf6_topo2 topotest since the expected output
was wrong. With this fix, NSSA routes will be created on r2
("redistribute connected"), and NSSA routes appear in the routing
table as regular external routes.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf6_topo2')
-rw-r--r-- | tests/topotests/ospf6_topo2/test_ospf6_topo2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py index 0fe5228ce..b6c8cf3e7 100644 --- a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py +++ b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py @@ -199,7 +199,7 @@ def test_ospfv3_expected_route_types(): { "numberOfIntraAreaRoutes": 1, "numberOfInterAreaRoutes": 2, - "numberOfExternal1Routes": 0, + "numberOfExternal1Routes": 4, "numberOfExternal2Routes": 0, }, ) |