mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-31 08:35:45 +00:00
2003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
* ospf_packet.c (ospf_associate_packet_vl): pass NULL struct interface to ospf_if_lookup_by_local_addr() rather than the receiving interface ifp, packets for VL's could come in any interface. See quagga-dev 250.
This commit is contained in:
parent
50d649aaf9
commit
2ca35ddb04
@ -2009,8 +2009,8 @@ ospf_associate_packet_vl (struct ospf *ospf,
|
||||
|
||||
if ((rcv_oi = oi) == NULL)
|
||||
{
|
||||
if ((rcv_oi = ospf_if_lookup_by_local_addr (ospf, ifp,
|
||||
iph->ip_dst)) == NULL)
|
||||
if ((rcv_oi = ospf_if_lookup_by_local_addr (ospf, NULL,
|
||||
iph->ip_dst)) == NULL)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user