Re: lagg failover not automatic

2008-08-08 Thread Andrew Thompson
On Fri, Aug 08, 2008 at 11:49:27PM -0500, Jacob Owens wrote: > Hello. > > I've got a old sun V100 which features two gigabit ports (using dc driver). > I've been trying to get lagg failover working. on SPARC64 7.0 RELEASE > > On the box I put the following in /etc/rc.conf: > ifconfig_dc0="UP" > i

lagg failover not automatic

2008-08-08 Thread Jacob Owens
Hello. I've got a old sun V100 which features two gigabit ports (using dc driver). I've been trying to get lagg failover working. on SPARC64 7.0 RELEASE On the box I put the following in /etc/rc.conf: ifconfig_dc0="UP" ifconfig_dc1="UP" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover

Re: Application layer classifier for ipfw

2008-08-08 Thread Ermal Luçi
On Sat, Aug 2, 2008 at 3:00 PM, Mike Makonnen <[EMAIL PROTECTED]> wrote: > Mike Makonnen wrote: >> >> Patrick Tracanelli wrote: >>> >>> To let you know of my current (real world) tests: >>> >>> - Wireless Internet Provider 1: >>>- 4Mbit/s of Internet Traffic >>>- Classifying default protoco

Re: (Netgraph problem) Inner tag and outer tag swapped

2008-08-08 Thread Julian Elischer
Younger Wang wrote: Hi, I expect to see [Ether header][tag 4000][tag 201][payload] in hub_QinQ, but in fact it was [ether header][tag 201][tag 4000][payload]. I inserted the hub because I wanted to sniffer in the segment. It should not cause any problem, should it? probably not.. that is what

RE: (Netgraph problem) Inner tag and outer tag swapped

2008-08-08 Thread Younger Wang
I have rolled back to release 7 kernel. The problem is still there. The problem is seen only when the single tagged frame ingresses from an ether node. I tested it on bge and fxp cards. If the single tagged frame was injected from an eiface interface, there is no problem. BR Younger Wang -

RE: (Netgraph problem) Inner tag and outer tag swapped

2008-08-08 Thread Younger Wang
I diffed ng_vlan source between release 7 and vimage_7-20080228. They are identical. I will discard my own modification and try original vimage_7-20080228; if it does not still work, I will roll back to release 7 kernel and try again. Thank you so much for the hints. BR Younger Wang -Origina

RE: (Netgraph problem) Inner tag and outer tag swapped

2008-08-08 Thread Younger Wang
Hi, I expect to see [Ether header][tag 4000][tag 201][payload] in hub_QinQ, but in fact it was [ether header][tag 201][tag 4000][payload]. I inserted the hub because I wanted to sniffer in the segment. It should not cause any problem, should it? The system I run is based on vimage_7-20080228.tgz

Re: Probem with protosw

2008-08-08 Thread Oleksandr Tymoshenko
Ryan French wrote: Hi, I am working on my implementation of MPLS in FreeBSD and I'm having problems with integrating the code I have ported over into the FreeBSD networking stack. The problem I am having at the moment is trying to get my mpls protocol struct to compile. When I try to build th

Probem with protosw

2008-08-08 Thread Ryan French
Hi, I am working on my implementation of MPLS in FreeBSD and I'm having problems with integrating the code I have ported over into the FreeBSD networking stack. The problem I am having at the moment is trying to get my mpls protocol struct to compile. When I try to build the kernel I get a pr_*