]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Fix reconfiguration of vlinks
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 10 Dec 2018 01:05:21 +0000 (02:05 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 10 Dec 2018 01:08:52 +0000 (02:08 +0100)
commit8c0b12ac86d9075b76a3906d0c25ba9bc73bbb2c
treef8c3bb35b94e19b7c04de7e9a64099c84422c9be
parentea59172cdec564af781181c9c3e388c59178b49e
OSPF: Fix reconfiguration of vlinks

Fix crash during reconfiguration of OSPF config with vlinks. When vlink
is reconfigured, a generic iface-reconfiguration code is used, which in
one place supposes that it is running on a regular iface.

Thanks to Cybertinus for a bugreport.
proto/ospf/iface.c