Date: Mon, 20 Aug 2001 01:57:53 +0100 From: Brian Somers <brian@Awfulhak.org> To: Brian Somers <brian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/usr.sbin/ppp route.c Message-ID: <200108200057.f7K0vrU08683@hak.lan.Awfulhak.org> In-Reply-To: Message from Brian Somers <brian@FreeBSD.org> of "Sun, 19 Aug 2001 17:46:33 PDT." <200108200046.f7K0kXH09188@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> brian 2001/08/19 17:46:33 PDT > > Modified files: > usr.sbin/ppp route.c > Log: > When attempting to change the default route, don't write the gateway > and mask to the routing socket, otherwise the update fails. > > Warning provided by: markm > > The code here was broken for FreeBSD when IPv6 support was added, but > was fixed for OpenBSD. OpenBSD expects the gateway and mask to be > supplied and fails the update otherwise. > > Revision Changes Path > 1.76 +27 -8 src/usr.sbin/ppp/route.c My guess is that both FreeBSD and OpenBSD are wrong here. The gateway and mask are not important (the destination is enough), but their presence shouldn't break things. -- Brian <brian@freebsd-services.com> <brian@Awfulhak.org> http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org> Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108200057.f7K0vrU08683>