Subject: Re: EtherIP fix for 4.0_BETA
To: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 08/18/2006 20:03:57
On Fri, Aug 18, 2006 at 06:40:05PM +0200, Hans Rosenfeld wrote:
> +	/*
> +	 * Reset broadcast/multicast flag. This has already been done by
> +	 * gif_output, but a test showed that these were set again
> +	 * somewhere.
> +	 */
> +	m->m_flags &= ~(M_BCAST|M_MCAST);
> +

Can you please file a PR about this problem? We should at least find
out where and why this happens.

Martin