CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/19 11:00:16
Modified files:
sys/netinet : ip_input.c ip_mroute.c
sys/netinet6 : ip6_input.c
Log message:
The IP multicast forward functions return an errno, call the variable
error. Make the ip_mforward() return value consistent. Simplify
the caller logic in ipv6_input() like in IPv4.
OK mpi@
