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
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
> 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?
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
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
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:
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
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