CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/23 15:06:42
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
The IPv6 gateway address passed to rt6_flush() comes either from a
packet through ip6_input() or from the routing table. In both cases
the KAME hack has added the embeded scope to the address, so it is
not necessary to fill the scope id again in rt6_flush(). Assert
that it is already there.
OK mpi@
