> Author: meem <Peter.Memishian at Sun.COM> > Changeset: 8539:f0bd7b907a60 > Comments: > seb's code review feedback for the recent ip_multi.c changes > `make' with no arguments in usr.lib/in.mpathd should build in.mpathd > IPMP stress reveals bogus ASSERTs in ipif_lookup_testaddr_v6()
Webrev is here: http://zhadum.east/ws/clearview/clearview-ipmpdev/webrev.misc.6/ The only subtle thing here is the Makefile change to in.mpathd. One of my changes yesterday moved the include of Makefile.lib to the top of the file, but then I remembered why I'd put it in the middle: Makefile.lib has targets included in it, and the first of those targets will become the default target for `make' if the include is at the top. So I've restored the original position of the include. -- meem
