On Wed, Dec 14, 2005 at 07:41:07AM +0200, Dave Raven wrote:
> Hi all,
> I've done some research on bridging vlans and can't get it right
> with FreeBSD bridge. What I want to do is bridge an undefined number of
> vlans through a BSD machine. For example. Vlan 10 from em0 out em1.
>
> Now I
q
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi all,
I've done some research on bridging vlans and can't get it right
with FreeBSD bridge. What I want to do is bridge an undefined number of
vlans through a BSD machine. For example. Vlan 10 from em0 out em1.
Now I can't create each vlan and bridge those, because you can't have a
vlan
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 aligned so I have changed this to
m_dup+m_copyup.
C
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 ipfw local forwar
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 ipfw local forwarding there's
> > > typo
> > > that will cause kernel panic:
> >
> > If
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 ipfw local forwarding there's typo
> > that will cause kernel panic:
>
> If you haven't already, this should be filed as a problem report.
I don't kno
Mihail Balikov wrote:
> Hello,
>
> In FreeBSD 4.x in ip_output.c in part for ipfw local forwarding there's typo
> that will cause kernel panic:
If you haven't already, this should be filed as a problem report.
Doug
--
This .signature sanitized for your protection
Remove duplicate [EMAIL PROTECTED]
On Tue, 13 Dec 2005, Daniel Feenberg wrote:
>
> I am trying to do diskless booting. Right now I am trying to make the
> /conf/${class}/ function provided in FreeBSD 6.0 work. I have had success
> with /conf/${ip}/ but not with ${class}.
>
> I have
>
> option t13
I am trying to do diskless booting. Right now I am trying to make the
/conf/${class}/ function provided in FreeBSD 6.0 work. I have had success
with /conf/${ip}/ but not with ${class}.
I have
option t134-cookie code 134=text
at the beginning of my dhcpd.conf file, and
option t134-cookie "clien
10 matches
Mail list logo