Re: [stable-9]

2012-05-17 Thread Sean Bruno
> > What am I missing here? > > > > Did you try to use ipfw instead of RADIX_MPATH? > > Try something like this: > > route add default $router -interface $if1 > ipfw add $number fwd $router ip from $ip2 to any out via $if2 > I think I've configued lagg(4) into doing what I really want, which

Re: How to set the IPv6 linklocal scope id for an interface?

2012-05-17 Thread prabhakar lakhera
Removing the hyperlinks (these seem to get appended by gmail: Hi, Is there any way for the administrator to set an interface's scope if for link local scope? I see that in6_domifattach calls scope6_ifattach which sets the interface local scope and link local scope for the interface equal to the

How to set the IPv6 linklocal scope id for an interface?

2012-05-17 Thread prabhakar lakhera
Hi, Is there any way for the administrator to set an interface's scope if for link local scope? I see that in6_domifattach calls scope6_ifattach which sets the interface local scope and link local scope for the interface equal to the ifp index. scope6_ifattach(struct ifnet *ifp) { .

Re: ECMP and RADIX_MPATH

2012-05-17 Thread Sami Halabi
Hi, what form of load balancing it makes? is that apply to 8.3-R/S also? thanks, Sami On Thu, May 17, 2012 at 8:56 PM, Li, Qing wrote: > It is not working properly in one case, of load balancing among physical > interfaces having a single prefix, all are attached to the same physical > link, an

Re: kern/160420: msk0: phy write timeout on HP 5310m

2012-05-17 Thread Mark Linimon
The following reply was made to PR kern/160420; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: freebsd-b...@freebsd.org Subject: Re: kern/160420: msk0: phy write timeout on HP 5310m Date: Thu, 17 May 2012 13:57:04 -0500 On Thu, May 17, 2012 at 05:47:47PM +0200,

Re: kern/160420: [msk] phy write timeout on HP 5310m

2012-05-17 Thread linimon
Synopsis: [msk] phy write timeout on HP 5310m State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu May 17 18:55:32 UTC 2012 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=160420 ___

RE: ECMP and RADIX_MPATH

2012-05-17 Thread Sean Bruno
On Thu, 2012-05-17 at 10:56 -0700, Li, Qing wrote: > It is not working properly in one case, of load balancing among > physical > interfaces having a single prefix, all are attached to the same > physical > link, and reaching a single first-hop router. > > Ah, I see. thank you for the clarifi

RE: ECMP and RADIX_MPATH

2012-05-17 Thread Li, Qing
It is not working properly in one case, of load balancing among physical interfaces having a single prefix, all are attached to the same physical link, and reaching a single first-hop router. The feature itself, of installing (/removing) multiple routing entries of varying first-hop to the same

Re: ECMP and RADIX_MPATH

2012-05-17 Thread Sean Bruno
On Thu, 2012-05-17 at 01:27 -0700, Eugene M. Zheganin wrote: > The problem is that this topic lacks the documentation like totally. > From the commit comments I understand that with RADIX_MPATH I can > use > more than one route towards the destination, but I really cannot find > anywhere the ans

Re: Ethernet Drivers: Question on ifp->if_ioctl invocation for SIOCADDMULTI and SIOCDELMULTI

2012-05-17 Thread John Baldwin
On Wednesday, May 16, 2012 2:41:25 pm David Somayajulu wrote: > Hi All, > When ifp->if_ioctl() is invoked for the ioctl cmd SIOCADDMULTI, > > > > IN_MULTI_LOCK() is called in one of the functions in_joingroup() in the caller stack. > > > > >From netinet/in_var.h, line 357 : #define IN_MULT

ECMP and RADIX_MPATH

2012-05-17 Thread Eugene M. Zheganin
Hi. I've recently read about ECMP in quagga-users@ mailing list and seems like quagga can inject equal-cost routes into the kernel (at least in Linux). So I wanna know if the same is possible under FreeBSD, because I'm constructing a VPN with lots of failover channels and a dynamic routing,

ECMP and RADIX_MPATH

2012-05-17 Thread Eugene M. Zheganin
Hi. I've recently read about ECMP in quagga-users@ mailing list and seems like quagga can inject equal-cost routes into the kernel (at least in Linux). So I wanna know if the same is possible under FreeBSD, because I'm constructing a VPN with lots of failover channels and a dynamic routing,

Re: IPv6 flowid hash calculation

2012-05-17 Thread Lev Serebryakov
Hello, Venkat. You wrote 16 мая 2012 г., 10:09:29: VD> This question is related to the hash calculation done as part of selecting VD> the transmit queue for IPv6 traffic. VD> I observed that no matter how many queues you use in the driver, the tx VD> traffic is always coming on queue 0. VD> Did an