]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: add point-to-multipoint interface mode
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 27 Jul 2021 08:05:36 +0000 (10:05 +0200)
committerAdriano Marto Reis <adrianomarto@gmail.com>
Mon, 9 Oct 2023 22:08:20 +0000 (08:08 +1000)
commit5c0eed0c85e7dba08df24bd7f0ebc17d9a96a030
treea56612769a4f015217b237f323ef1ca76a2fe20b
parent0c58d8368878f70dd23a566aaf96d3fcccbc5782
ospf6d: add point-to-multipoint interface mode

This adds the PtMP interface type, which is effectively identical to PtP
except that all the database flooding & updates are unicast.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_interface.c
ospf6d/ospf6_interface.h
ospf6d/ospf6_intra.c
ospf6d/ospf6_message.c
ospf6d/ospf6_neighbor.c
ospf6d/ospf6_snmp.c