svn commit: r306577 - head/sys/netinet

Hans Petter Selasky hps at selasky.org
Sat Oct 29 16:44:59 UTC 2016


On 10/02/16 03:42, Eric van Gyzen wrote:
> +	if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz,
> +	    garp_rexmit, ia) == 0) {
> +		ifa_ref(ifa);
> +	}

Hi,

Be careful when you MFC this, because the return values of 
callout_reset() and callout_stop() are not the same in FreeBSD-9, -10 
and 11/12.

--HPS


More information about the svn-src-all mailing list