]> git.puffer.fish Git - mirror/frr.git/commit
tests: ospf point-to-multipoint and suppress 15165/head
authorVincent Jardin <vjardin@free.fr>
Tue, 16 Jan 2024 22:39:34 +0000 (23:39 +0100)
committerVincent JARDIN <vjardin@free.fr>
Sun, 21 Jan 2024 20:06:50 +0000 (21:06 +0100)
commitbab32ec8dc41d18700d821d7fdb0cd1e3619758a
treeba5b2bb8642575098e1c93a89e56ef0c3d0d2c89
parent7041353fa9ffc8271c4217d3b27fbcdad9f282f9
tests: ospf point-to-multipoint and suppress

Per the RFC6860, check OSPFv2 using point-to-multipoint
over Ethernet.
Enable the behavior of the RFC6860 using:
  ip ospf prefix-suppress A.B.C.D
See:
  https://www.rfc-editor.org/rfc/rfc6860#section-2.3.2.2

Note that nexthops are not required to assess the checks.

Signed-off-by: Vincent Jardin <vjardin@free.fr>
14 files changed:
tests/topotests/ospf_unnumbered_point_to_multipoint/README.md [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospf-route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r1/v4_route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r2/ospf-route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r2/v4_route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r3/ospf-route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r3/v4_route.json [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_unnumbered_point_to_multipoint/test_ospf_unnumbered_point_to_multipoint.py [new file with mode: 0644]