Help reqd: Configuring sppp

2005-12-14 Thread freebsduser (sent by Nabble.com)
Hello List, I am facing problem in using sppp. Both local system amd remote systems are using the sppp. My questions are 1.Can we use sppp as PPP server? 2.If answer to first question is yes ,how can I do that? I tried out the following commands. $ifconfig hdlc0 up After this command int

the netgraph talk

2005-12-14 Thread Julian Elischer
As you probably know I made a small talk last week on how and why netgraph changed between 4 and 5. Ot dodn't cover a lot of technical detail and some of the people requested more "what is netgraph" time than I originally hoped. Som people have asked about it so I've put it up. Remember it's

Re: m_dup oddity -- creates mbuf chains with cluster containing 208 bytes of data

2005-12-14 Thread Mike Silbersack
> Ed Maste wrote this message on Wed, Dec 14, 2005 at 13:07 -0500: >> It seemed this behaviour appeared in v 1.130 of uipc_mbuf.c. The >> patch below restores the behaviour of putting MCLBYTES into the >> initial mbuf cluster. >> >> Comments? > > Looks correct to me... I assume you've tested this?

Re: m_dup oddity -- creates mbuf chains with cluster containing 208 bytes of data

2005-12-14 Thread John-Mark Gurney
Ed Maste wrote this message on Wed, Dec 14, 2005 at 13:07 -0500: > A colleague discovered an oddity with m_dup(9), in that duping an > mbuf with 209 or more bytes of data creates a chain with 208 bytes > of data in a cluster attached to the first mbuf, with the rest of > the data chained on the end

m_dup oddity -- creates mbuf chains with cluster containing 208 bytes of data

2005-12-14 Thread Ed Maste
A colleague discovered an oddity with m_dup(9), in that duping an mbuf with 209 or more bytes of data creates a chain with 208 bytes of data in a cluster attached to the first mbuf, with the rest of the data chained on the end. It seemed this behaviour appeared in v 1.130 of uipc_mbuf.c. The patc

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-14 Thread Maxim Konovalov
On Wed, 14 Dec 2005, 14:43+0100, Lars Erik Gullerud wrote: > On Tue, 13 Dec 2005, Kris Kennaway wrote: > > > On Tue, Dec 13, 2005 at 04:32:10PM -0800, Jack Vogel wrote: > > > On 12/13/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > > On Tue, Dec 13, 2005 at 01:37:31PM -0800, Doug Barton wrote:

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-14 Thread Lars Erik Gullerud
On Tue, 13 Dec 2005, Kris Kennaway wrote: On Tue, Dec 13, 2005 at 04:32:10PM -0800, Jack Vogel wrote: On 12/13/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Tue, Dec 13, 2005 at 01:37:31PM -0800, Doug Barton wrote: Mihail Balikov wrote: Hello, In FreeBSD 4.x in ip_output.c in part for ipf

Re: m_copypacket in if_bridge

2005-12-14 Thread Sten Spans
On Wed, 14 Dec 2005, Andrew Thompson wrote: Hi, I have realised that if_bridge uses m_copypacket() in an unsafe way. The copied multicast packet is sent back into ether_input for local processing so that ipv6 works but m_copypacket() returns a readonly mbuf. The layer3 header needs to be align