CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2017/05/03 02:35:55
Modified files: sys/netinet6 : ip6_output.c Log message: Change the ip6_setmoptions() function to receive the rdomain as a new parameter. This makes the ip6_setmoptions() function look more like the ipv4 version and fixes a problem with IPV6_JOIN_GROUP when no interface is specified. ok bluhm@