CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/29 10:28:25
Modified files:
sys/net : if_gre.c
Log message:
The IPv6 duplicate address detection may send a packet before the
gre tunnel is set up. This could cause a panic. In gre(4) reject
outgoing packets during that time window. While there, count
interface errors and use generic unhandled_af().
bug reported by andreas at nullbyte dot se; OK dlg@
