Created
February 24, 2009 20:41
-
-
Save sheldonh/69771 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minor concern: | |
2006-03-25 Paul Jakma <[email protected]> | |
* ospf_interface.c: (ospf_if_lookup_recv_if) Ignore loopbacks, | |
we can never ever receive packets on those. Should fix | |
case where CARP is run with address in same subnet as real | |
interface. Problem report and diagnosis thanks to: | |
Landon Fuller <[email protected]>. | |
However, ospf_read() still can't deal deterministically with | |
multiple interfaces in same subnet. | |
major concern: | |
if (vlink_count == OSPF_VL_MAX_COUNT) | |
{ | |
if (IS_DEBUG_OSPF_EVENT) | |
zlog_debug ("ospf_vl_new(): Alarm: " | |
"cannot create more than OSPF_MAX_VL_COUNT virtual links"); | |
return NULL; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment