Date: Mon, 06 Mar 2000 23:09:53 +0000 From: Brian Somers <brian@Awfulhak.org> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/share/man/man4 tun.4 Message-ID: <200003062309.XAA01735@hak.lan.Awfulhak.org> In-Reply-To: Message from Sheldon Hearn <sheldonh@uunet.co.za> of "Mon, 06 Mar 2000 09:13:33 %2B0200." <31562.952326813@axl.ops.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > On Sun, 05 Mar 2000 23:08:16 PST, Sheldon Hearn wrote: > > > Modified files: > > share/man/man4 tun.4 > [...] > > Obtained from: NetBSD > > Another difference between NetBSD's tun.4 and our own is that theirs > says that TUNSIFMODE can be either IFF_POINTOPOINT or IFF_BROADCAST _or_ > IFF_BROADCAST|IFF_MULTICAST. Is this true in our implementation? Yes - with the TUNSIFMODE ioctl. This is different from how OpenBSD does it (where our struct tuninfo has a ``dummy'' field, OpenBSDs has a ``flags'' field where you put IFF_* bits). Of course NetBSD doesn't even have a tuninfo struct - it uses an ioctl (SIOCSIFMTU) to set the tun mtu.... And what the hell is struct tuninfo's ``bandwidth'' variable supposed to be used for anyway ? What a mess. We need a ``BSD standards development'' committee ! > Ciao, > Sheldon. -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! 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?200003062309.XAA01735>