Module Name: src Committed By: ozaki-r Date: Mon May 25 07:17:17 UTC 2015
Modified Files: src/tests/net/mcast: t_mcast.c Log Message: Fix specifying an interface for IPV6_JOIN_GROUP Using always an interface of index=1 is not good idea; it varies depending on runtime environments. We can use index=0 instead, which allows the kernel to pick an appropriate interface for mcast. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/net/mcast/t_mcast.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.