Re: kern/169634: [bge] Network unavailable when booting directly to FreeBSD [regression]

2012-09-16 Thread yongari
Synopsis: [bge] Network unavailable when booting directly to FreeBSD [regression] Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Sun Sep 16 09:00:43 UTC 2012 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=16

getting counters for a plenty of vlan ifaces

2012-09-16 Thread Ivan Alexandrovich
Hi We are running freebsd9.0 on a router with more than 1000 of subscriber's vlan interfaces. Outgoing packet rate is approximately 40 kpps. There's a need to collect bytes and packets counters for all those vlan interfaces every minute (or even twice a minute) and store them in a plain text fil

proxy arp - openvpn

2012-09-16 Thread Lukasz Polaczyk
Hi. I am trying to use proxy arp mechanism to create new registration in arp table. I have three NICs: xl0, em0 and one virtual - tun0. Default route is going through em0. Route to 10.146.0.0/16 network is going through xl0. OS is FreeBSD 9.0-RELEASE amd64 I would like to add registration in arp t

Re: getting counters for a plenty of vlan ifaces

2012-09-16 Thread Mike Tancsa
On 9/16/2012 10:41 AM, Ivan Alexandrovich wrote: > Hi > > We are running freebsd9.0 on a router with > more than 1000 of subscriber's vlan interfaces. > Outgoing packet rate is approximately 40 kpps. > > There's a need to collect bytes and packets > counters for all those vlan interfaces every >

Re: getting counters for a plenty of vlan ifaces

2012-09-16 Thread Zaphod Beeblebrox
On Sun, Sep 16, 2012 at 6:00 PM, Mike Tancsa wrote: > On 9/16/2012 10:41 AM, Ivan Alexandrovich wrote: >> >> We are running freebsd9.0 on a router with >> more than 1000 of subscriber's vlan interfaces. >> Outgoing packet rate is approximately 40 kpps. >> >> There's a need to collect bytes and pac

Re: getting counters for a plenty of vlan ifaces

2012-09-16 Thread Adrian Chadd
.. you just have to make sure you get the locking right. Especially if you're walking lists of interfaces and getting protocol stats from a device that's dynamically creating/deleting network interfaces (eg ppp stuff.) Adrian ___ freebsd-net@freebsd.or