CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/13 02:15:26
Modified files:
sys/netinet : if_ether.c
sys/netinet6 : nd6.c
Log message:
In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is
set. These mpls routes use the rt_llinfo structure to store the MPLS label
and would confuse the arp and nd6 code.
OK bluhm@ anton@
Reported-by: [email protected]
