]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: fix mistaken if_is_* instead of oi->type
authorDavid Lamparter <equinox@diac24.net>
Tue, 17 Sep 2019 14:18:26 +0000 (16:18 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 17 Sep 2019 14:18:26 +0000 (16:18 +0200)
commite59733536272459193b5a149f160db92d9d0570f
tree787c978a52c7ecc9b70df6c20354a61f00c26ede
parent84eb735560da869f527706b866d4d16ad3ee5549
ospf6d: fix mistaken if_is_* instead of oi->type

If the user configured an interface to be in a particular mode, we need
to be consistent about that.  No looking at if_is_pointopoint() or
if_is_broadcast().

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