]> git.puffer.fish Git - mirror/frr.git/commit
tests: Do not put area under `router ospf6`
authorDonald Sharp <sharpd@nvidia.com>
Tue, 23 Nov 2021 12:56:03 +0000 (07:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 24 Nov 2021 12:05:19 +0000 (07:05 -0500)
commitef463828d3363628370167b04e6cbfb8234085c1
treeb59b8312f7b423cc72527d96dc28e2a4c0180fa0
parentbceb50e4aa3a6b65bf828c5abca5c6ac241993dc
tests: Do not put area under `router ospf6`

The interface area command is deprecated under
router ospf6 and should be on the individual interface.
Let's modify the tests to not actually put the
interface foo area 0.0.0.0 command under the
router node.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/ospf.py