]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Stop sending hello's out loopback interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Mar 2016 16:40:12 +0000 (12:40 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Mar 2016 16:40:12 +0000 (12:40 -0400)
commit419b65eed2456af7479f7114aa6ae0f2c0f1cf32
tree0e013b715eddf79599e537ce9e2986aa9c8b6cb9
parent4c2620da59b1c21427ecbd9bd108a4b416d7d7b7
ospf6d: Stop sending hello's out loopback interface

Currently if you have this setup:

router ospf6
interface lo area 0.0.0.0

Ospf is scheduling and sending hello's out the loopback interface:
2016/03/18 15:26:12.463248 OSPF6: Could not send entire message
2016/03/18 15:26:22.463475 OSPF6: sendmsg failed: ifindex: 1: Network is unreachhable (101)

Adding a check to not schedule hello's for a loopback interface resolves this issue.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
ospf6d/ospf6_interface.c