Re: stable/9 igb(4) panic, udp_append

2012-09-07 Thread Gleb Smirnoff
On Fri, Sep 07, 2012 at 12:35:53AM -0700, Sean Bruno wrote: S> Just noted this happened today, running stable/9 ish from august 10th. S> It looks like I got a good and valid crashdump off of this if anyone is S> interested. ... S> --- trap 0xc, rip = 0x80731312, rsp = 0xff846c8977d0, rb

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: [stable-9]

2012-05-16 Thread Andrey Zonov
On 5/15/12 10:07 PM, Sean Bruno wrote: Trying to use two interfaces connected to the same network with the same default router. The two interfaces have two different IPs on the same /28 and point at the same default router of .1. I have successfully configured the machine such that data is comi

RE: [stable-9]

2012-05-15 Thread Li, Qing
and try to come up with a patch. --Qing From: owner-freebsd-...@freebsd.org [owner-freebsd-...@freebsd.org] on behalf of David DeSimone [f...@verio.net] Sent: Tuesday, May 15, 2012 4:14 PM To: freebsd-net@freebsd.org Subject: Re: [stable-9] Li, Qing

Re: [stable-9]

2012-05-15 Thread Sean Bruno
On Tue, 2012-05-15 at 16:14 -0700, David DeSimone wrote: > suggests that there is only ONE default route, pointing to ONE > interface, igb0. Without an extra default route that is also pointing > to igb1, I can't see how the system woudl ever forward traffic out > igb1, > unless it was directed to

RE: [stable-9]

2012-05-15 Thread Sean Bruno
On Tue, 2012-05-15 at 12:55 -0700, Sean Bruno wrote: > > On Tue, 2012-05-15 at 12:02 -0700, Li, Qing wrote: > > The route selection is based on a hash function of source-ip and > > destination-ip when > > RADIX_MPATH is enabled. You do not need to perform specific actions, other > > than perhap

Re: [stable-9]

2012-05-15 Thread David DeSimone
Li, Qing wrote: > > The route selection is based on a hash function of source-ip and > destination-ip when RADIX_MPATH is enabled. You do not need to perform > specific actions, other than perhaps setting varying weights on each > entry as an option. So depends on the traffic destination the chose

RE: [stable-9]

2012-05-15 Thread Sean Bruno
On Tue, 2012-05-15 at 12:02 -0700, Li, Qing wrote: > The route selection is based on a hash function of source-ip and > destination-ip when > RADIX_MPATH is enabled. You do not need to perform specific actions, other > than perhaps > setting varying weights on each entry as an option. So depen

RE: [stable-9]

2012-05-15 Thread Li, Qing
The route selection is based on a hash function of source-ip and destination-ip when RADIX_MPATH is enabled. You do not need to perform specific actions, other than perhaps setting varying weights on each entry as an option. So depends on the traffic destination the chosen route may always be