Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 10:14:31 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        traister@mojozone.org, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/5419: [PATCH] timed rejects valid networks with -n
Message-ID:  <200211121814.gACIEVpM039965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH] timed rejects valid networks with -n

State-Changed-From-To: suspended->closed
State-Changed-By: jhb
State-Changed-When: Tue Nov 12 10:12:08 PST 2002
State-Changed-Why: 
Not a bug.  timed -n works fine as it is.  Note that the network '127' is
not valid however.  The timed code relies on nt->net being in host byte
order later on in the loop when it uses shifts to adjust networks such as
0x0000007f (127) to 0x7f000000 (127.0.0.0).  Later on when comparing network
addresses htonl() is already used as noted in the follow-up e-mail.

http://www.freebsd.org/cgi/query-pr.cgi?pr=5419

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211121814.gACIEVpM039965>