Re: dragonflybsd's ipfw

2014-12-14 Thread Luigi Rizzo
On Mon, Dec 15, 2014 at 7:49 AM, Sato Kentney wrote: > hi, > his ipfw2 is ok for test now. > http://www.dragonflydigest.com/2014/12/11/15220.html > i meet some problem in testing so asking qesstion in drafonflybsd's email > list. > and i want to know is it correct that the ipfw2 is faster than ipf

Re: dragonflybsd's ipfw

2014-12-14 Thread Sato Kentney
hi, his ipfw2 is ok for test now. http://www.dragonflydigest.com/2014/12/11/15220.html i meet some problem in testing so asking qesstion in drafonflybsd's email list. and i want to know is it correct that the ipfw2 is faster than ipfw in freebsd? it is what he said. sure i will test it by myself. t

Re: FreeBSD 10-stable (r274577) LACP / IEEE 802.3ad with TP-Link TL-SG2008 - not working

2014-12-14 Thread David P. Discher
So, I think I’ve identified the issue. In sys/net/ieee8023ad_lacp.c, lacp_pdu_input() has a sanity check : if (m->m_pkthdr.len != sizeof(*du)) { goto bad; } I added some debugging information in if_lagg, and ran with it. The lacpdu packet that being sent by th

[Differential] [Commented On] D1309: VIMAGE PF fixes #1

2014-12-14 Thread zec (Marko Zec)
zec added inline comments. INLINE COMMENTS sys/netpfil/pf/pf_ioctl.c:3804 Perhaps SI_ORDER_MIDDLE could work here instead of (SI_ORDER_ANY - 255)? REVISION DETAIL https://reviews.freebsd.org/D1309 To: rodrigc, bz, glebius, np, melifaro, hrs, wollman, bryanv, rpaulo, adrian, gnn, hiren, rwa

[Differential] [Updated] D1313: VIMAGE PF fixes #3

2014-12-14 Thread rodrigc (Craig Rodrigues)
rodrigc added a reviewer: zec. REVISION DETAIL https://reviews.freebsd.org/D1313 To: rodrigc, bz, glebius, trociny, np, melifaro, hrs, wollman, bryanv, rpaulo, adrian, gnn, hiren, rwatson, zec Cc: freebsd-virtualization, freebsd-pf, freebsd-net ___ f

[Differential] [Updated] D1312: VIMAGE PF fixes #2

2014-12-14 Thread rodrigc (Craig Rodrigues)
rodrigc added reviewers: zec, network. REVISION DETAIL https://reviews.freebsd.org/D1312 To: rodrigc, bz, glebius, trociny, zec, np, melifaro, hrs, wollman, bryanv, rpaulo, adrian, gnn, hiren, rwatson Cc: freebsd-pf, freebsd-virtualization, freebsd-net _

[Differential] [Updated] D1309: VIMAGE PF fixes #1

2014-12-14 Thread rodrigc (Craig Rodrigues)
rodrigc added a reviewer: zec. REVISION DETAIL https://reviews.freebsd.org/D1309 To: rodrigc, bz, glebius, np, melifaro, hrs, wollman, bryanv, rpaulo, adrian, gnn, hiren, rwatson, trociny, zec Cc: freebsd-virtualization, freebsd-pf, freebsd-net ___ f

[Differential] [Updated] D1315: VIMAGE PF fixes #4

2014-12-14 Thread rodrigc (Craig Rodrigues)
rodrigc added a reviewer: zec. REVISION DETAIL https://reviews.freebsd.org/D1315 To: rodrigc, bz, glebius, trociny, np, melifaro, hrs, wollman, bryanv, rpaulo, adrian, gnn, hiren, rwatson, zec Cc: zec, freebsd-virtualization, freebsd-pf, freebsd-net

Re: Can DUMMYNET handle weighting of traffic according to firewall rules?

2014-12-14 Thread Brett Glass
At 11:02 AM 12/13/2014, eks...@freebsdbrasil.com.br wrote: As I understand the problem, there are many ways to do this without actually using any special feature on dummynet. From tagging a traffic twice and feeding both tagged flows to the same pipe, to the easiest and possibily lighter appro

[Differential] [Changed Subscribers] D1315: VIMAGE PF fixes #4

2014-12-14 Thread zec (Marko Zec)
zec added a subscriber: zec. INLINE COMMENTS sys/netpfil/pf/pf.c:1384 *v could be marked as __unused sys/netpfil/pf/pf_ioctl.c:282 Passing curvnet as an argument here is redundant now. REVISION DETAIL https://reviews.freebsd.org/D1315 To: rodrigc, bz, glebius, trociny, np, melifaro, hrs,

[Differential] [Request, 100 lines] D1315: VIMAGE PF fixes #4

2014-12-14 Thread rodrigc (Craig Rodrigues)
rodrigc created this revision. rodrigc added reviewers: bz, glebius, trociny, network. rodrigc added subscribers: freebsd-net, freebsd-pf, freebsd-virtualization. REVISION SUMMARY Instead of creating a purge thread for every vnet, create a single purge thread and clean up all vnets from this t