Hi, On Sat, Jun 07, 2014 at 05:50:33PM +0200, Steffan Karger wrote: > Maybe put the IPv6 link-local address comment on a single line?
Yeah. That one started as a multi-line comment :-) - I'll change it
to
> > - msg (D_MULTI_DROPPED, "MULTI: bad source address from client
> > [%s], packet dropped",
> > - mroute_addr_print (&src, &gc));
> > + /* IPv6 link-local address (fe80::xxx)? */
> > + if ( (src.type & MR_ADDR_MASK) == MR_ADDR_IPV6 &&
> > + src.addr[0] == 0xfe && src.addr[1] == 0x80 )
> > + {
... as I go.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpOI3zy8w8WF.pgp
Description: PGP signature
