]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: handle missing link local address more gracefully
authorChristian Franke <chris@opensourcerouting.org>
Thu, 13 Dec 2012 15:11:16 +0000 (16:11 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 18 Mar 2014 07:45:20 +0000 (08:45 +0100)
commitb13c1d9299d6426f48f074545f3e403e5a9b8a61
treeb313288f60c8d76a16e4f9f1796e934c0c8fefc0
parentd9628728e0924ae13ef6e8f8a67a2c9802745184
ospf6d: handle missing link local address more gracefully

ospf6 can't run on an interface without a link local address.
Don't start the state machine when an interface comes up without
such an ip and bring it up later, when a usable link local
address is added.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospf6d/ospf6_interface.c
ospf6d/ospf6_zebra.c