Re: MPLS

2001-07-19 Thread Mike Tancsa
On 18 Jul 2001 06:35:39 -0400, in sentex.lists.freebsd.net you wrote: >Will MPLS and MPLS-TE (and MPLS VPL L2 and L3) be implemented >under FreeBSD ? No idea, but there is _talk_ about it from time to time on www.zebra.org ---Mike Mike Tancsa ([EMAIL PROTECTED]) Sentex C

Re: 802.1q and multicasting

2001-07-19 Thread Bill Fenner
Sorry, no, I can't answer these problems. I'm still working on getting multicast completely working. Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 802.1q and multicasting

2001-07-19 Thread Mike Tancsa
On 18 Jul 2001 11:53:46 -0400, in sentex.lists.freebsd.net you wrote: > >The vlan driver doesn't set up the multicast filters correctly on >the underlying interface. I've got a patch sitting in my CVS tree >that I should probably just commit... Hi, On a different issue, do you have any

RE: G703 PCI Card

2001-07-19 Thread Chris Knight
Howdy, Sorry, wrong URL. Try www.sbei.com. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P

RE: G703 PCI Card

2001-07-19 Thread Chris Knight
Howdy, SBE (www.sbe.com) have one - the wanADAPT-1T1E1. Has drivers for FreeBSD, NetBSD, Linux and Solaris. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -O

Re: MPLS

2001-07-19 Thread Ping Pan
Sorry, there was no anger. I am not comfortable to see non-technical speculation on freebsd lists. I come on to the list to see what's cool lately in FreeBSD. If I want to gossip about company, Linux and market future etc., , I'd have gone to other lists Could we stop this thread now? Many t

Re: MPLS

2001-07-19 Thread Christophe Prévotaux
oh oh , I did not say I would and I am quite incapable of implementing MPLS, but I don't understand what triggered your anger at me ? On Thu, 19 Jul 2001 09:13:54 -0700 Ping Pan <[EMAIL PROTECTED]> wrote: > "Christophe Prévotaux" wrote: > > > > Of course one can argue that their software an

G703 PCI Card

2001-07-19 Thread Christophe Prévotaux
I am looking for a G703 capable PCI interface card supported by FreeBSD does such a thing exists ? -- === Christophe Prevotaux Email: [EMAIL PROTECTED] HEXANET SARLURL: http://www.hexanet

Re: cvs commit: src/sys/netinet ip_output.c

2001-07-19 Thread Garrett Wollman
< said: > correct (in particular, it should be allowed to send a multicast with > all-zeroes source address on an interface with no addresses). It should also be allowed to send a broadcast with a zero source on such an interface -- something which has been broken since The Dawn of Time so far a

Re: sysctl net.link.vlan.link.proto

2001-07-19 Thread Garrett Wollman
< said: > I have some other patches around that ease the interrupt-time requirements > by scheduling a NETISR for vlan traffic. I wasn't ever sure if that was > a true win, so I didn't contrib them. I think it's actually a substantial lose, since all that will happen is that the VLAN code will

Re: MPLS

2001-07-19 Thread Ping Pan
"Christophe Prévotaux" wrote: > > Of course one can argue that their software and their algorithms may also be better > implemented than a linux or freebsd solution, but that is not sure. OK. So why don't you stop speculating, implement it yourself and benchmark it against Junos? :-) > Right no

Re: sysctl net.link.vlan.link.proto

2001-07-19 Thread C. Stephen Gunn
On Fri, Jul 13, 2001 at 05:13:42PM -0700, Brooks Davis wrote: > I'm working on modernizing the vlan device (making it loadable, > unloadable, and clonable) and I've run into this sysctl. This shoud allow you to move the check for 802.1q packets down into the normal ether_demux() which classifies

Re: MPLS

2001-07-19 Thread Christophe Prévotaux
On Thu, 19 Jul 2001 04:53:21 -0500 Bill Fumerola <[EMAIL PROTECTED]> wrote: > On Thu, Jul 19, 2001 at 11:25:14AM +0200, Christophe Prévotaux wrote: > > What is mostly wrong ? > > mpls is done as a filter-based forward in junos, not much different > then the firewall component of junos. this is

Re: MPLS

2001-07-19 Thread Bill Fumerola
On Thu, Jul 19, 2001 at 11:25:14AM +0200, Christophe Prévotaux wrote: > What is mostly wrong ? mpls is done as a filter-based forward in junos, not much different then the firewall component of junos. this is all done on the IP-II. so did you actually setup a network of these machines? if that

Re: MPLS

2001-07-19 Thread Christophe Prévotaux
What is mostly wrong ? Why don't you just try to get your hands on a JunOS 4.4 and install it over a 4.x FreeBSD and see by yourself ? On Wed, 18 Jul 2001 20:46:08 -0500 Bill Fumerola <[EMAIL PROTECTED]> wrote: > On Wed, Jul 18, 2001 at 12:35:25PM +0200, Christophe Prévotaux wrote: > > > I

Re: MPLS

2001-07-19 Thread Christophe Prévotaux
On Wed, 18 Jul 2001 21:16:27 +0200 Thierry Herbelot <[EMAIL PROTECTED]> wrote: > Christophe Privotaux wrote: > > > > Will MPLS and MPLS-TE (and MPLS VPL L2 and L3) be implemented > > under FreeBSD ? > > have-you had a look at the archives ? ISTR a post where someone > announced work with MPLS .

Re: natd and ICMP 3.4 packets

2001-07-19 Thread Bohuslav Plucinsky
Yes, now it seems OK. Natd aliases ip_src as well as the host inside ICMP packet. Thanks. Bohus On Wed, Jul 18, 2001 at 03:41:38PM +0300, Ruslan Ermilov wrote: > On Fri, Jul 13, 2001 at 04:48:03PM +0300, Ruslan Ermilov wrote: > > On Fri, Jul 13, 2001 at 04:18:05PM +0300, Ari Suutari wrote: >

Re: Adding new files to netinet

2001-07-19 Thread Ruslan Ermilov
On Wed, Jul 18, 2001 at 05:04:06PM -0700, Marcelo Carvalho wrote: > > Hi, > > I'm currently trying to modify some files and add others in the > /usr/src/sys/netinet directory. I'm following the procedures of kernel > compilation but, apparently, the files I've added don't seem to hav