Re: D-Link DGE-560SX (Marvell 88E8061-based) doesn't see link

2009-08-26 Thread Eugene Perevyazko
On Tue, Aug 25, 2009 at 11:25:53AM -0700, Pyun YongHyeon wrote: > > Try attached patch and let me know how it goes on your box. > You can see statistics counters maintained in driver with sysctl. > "sysctl dev.msk.0.stats" will show some numbers if it can see > packets on wire. With attached patc

Re: D-Link DGE-560SX (Marvell 88E8061-based) doesn't see link

2009-08-26 Thread Eugene Perevyazko
On Wed, Aug 26, 2009 at 12:39:16PM +0300, Eugene Perevyazko wrote: > On Tue, Aug 25, 2009 at 11:25:53AM -0700, Pyun YongHyeon wrote: > > > > Try attached patch and let me know how it goes on your box. > > You can see statistics counters maintained in driver with sysctl. > > "sysctl dev.msk.0.stats

Pipes and wrong IPs

2009-08-26 Thread Alexey Kouznetsov
Hello! Time to time a see at FreeBSD router some troubles with pipes We have rooles: ... 2 pipe tablearg ip from any to table(30) xmit em1 out 2 pipe tablearg ip from table(31) to any recv em1 in ... no more rooles where we use pipe or queue in table 30 we have list of IPs, have to be s

IPv6 regression on 8.x

2009-08-26 Thread Hiroki Sato
Hi, I found there are serious regressions in IPv6 routing on 8.x (and 7.1R and later) after ARP/NDP changes in the last December. What I noticed are the following: 1) Scope violation in a simple global unicast address: # ifconfig em0 inet6 2001:db8:1::1 prefixlen 64 # ping6 2001:db8:1::1

Re: NAT-T patch for 7-STABLE

2009-08-26 Thread VANHULLEBUS Yvan
On Thu, Aug 13, 2009 at 04:04:05PM +, Bjoern A. Zeeb wrote: > Hi, Hi. Sorry for the very late answer, but I wanted to work on the userland part as soon as I had your patch, then I had an unexpected failure in my internet access (still not completely resolved, hope you'll get this mail). > I

Re: NAT-T patch for 7-STABLE

2009-08-26 Thread Bjoern A. Zeeb
On Wed, 26 Aug 2009, VANHULLEBUS Yvan wrote: Hi, On Thu, Aug 13, 2009 at 04:04:05PM +, Bjoern A. Zeeb wrote: Hi, Hi. Sorry for the very late answer, but I wanted to work on the userland part as soon as I had your patch, then I had an unexpected failure in my internet access (still not co

RE: IPv6 regression on 8.x

2009-08-26 Thread Li, Qing
Hi Hiroki, > > > 1) Scope violation in a simple global unicast address: > > 2) Issue of subnet-router anycast address with a global address on > another I/F: > > I have fixed the above regression issues last week, but due to traveling, I did not commit the fix until about 5 minutes ago.