mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
SVG is a plain text file, better to see why it changed than binary PNG. Also fix #744 by adding infix/OEM hash to test specification Signed-off-by: Mattias Walström <lazzer@gmail.com>
=== OSPF unnumbered interfaces ==== Description This test that a configuration expecting unnumbered interfaces get that also in OSPF. Also verify that passive interface in the configuration gets activated in OSPF. When this test pass, you can expect unnumbered interfaces, interface type configuration and passive to function ==== Topology ifdef::topdoc[] image::../../test/case/ietf_routing/ospf_unnumbered_interface/topology.svg[OSPF unnumbered interfaces topology] endif::topdoc[] ifndef::topdoc[] ifdef::testgroup[] image::ospf_unnumbered_interface/topology.svg[OSPF unnumbered interfaces topology] endif::testgroup[] ifndef::testgroup[] image::topology.svg[OSPF unnumbered interfaces topology] endif::testgroup[] endif::topdoc[] ==== Test sequence . Set up topology and attach to target DUTs . Configure targets . Wait for OSPF routes . Verify interface type on R1:link and R2:link is point-to-point . Verify there are no OSPF HELLO packets on PC:data . Test connectivity from PC:data to 192.168.200.1 <<<