review request: creating cloneable interfaces at boot

2001-09-13 Thread Brooks Davis
I'd like to commit something like the following patch to create clonable interfaces at boot so they can be configured the normal way. Any one have comments or suggestions? -- Brooks Index: etc/rc.network === RCS file: /usr/cvs/src/

Re: rfc1323: rc.conf and tuning(7) contradiction?

2001-09-13 Thread Ruslan Ermilov
On Thu, Sep 13, 2001 at 11:07:22AM -0500, Jonathan Lemon wrote: > In article [EMAIL PROTECTED]> you write: > >Howdy! > > > > I recently installed 4.4RC. > > > > In this release rfc1323 extensions are turned on by default > >which is a change from 4.3. However, tuning(7) says that rfc1323

Re: rfc1323: rc.conf and tuning(7) contradiction?

2001-09-13 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: >Howdy! > > I recently installed 4.4RC. > > In this release rfc1323 extensions are turned on by default >which is a change from 4.3. However, tuning(7) says that rfc1323 >extensions should be off unless "you absolutely have to" >turn them on.

Re: tcp_usr_connect

2001-09-13 Thread Dima Dorfman
mark tinguely <[EMAIL PROTECTED]> wrote: > > in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c > in both FreeBSD 4.3 and -current is there a missing > tp = intotcpcb(inp); > call? It seems from my eyes that "tp" is not initialized. It's initialized in COMMON_START().

tcp_usr_connect

2001-09-13 Thread mark tinguely
in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c in both FreeBSD 4.3 and -current is there a missing tp = intotcpcb(inp); call? It seems from my eyes that "tp" is not initialized. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

rfc1323: rc.conf and tuning(7) contradiction?

2001-09-13 Thread Steve Shorter
Howdy! I recently installed 4.4RC. In this release rfc1323 extensions are turned on by default which is a change from 4.3. However, tuning(7) says that rfc1323 extensions should be off unless "you absolutely have to" turn them on. I was wondering if the change in defau