ZEBRA ZXP series 3, series1, P110i, P330i compatibles

2015-07-23 Thread ju...@n-orion.com
Hello, We are a Korean company manufacturing Compatible ID card printer ribbons MADE IN KOREA. Our product is best quality with reasonable price range. We can supply ZEBRA ZXP series 3, series1, P110i, P330i compatibles and FARGO HDP5, DATACARD, IDP smart series, XID8300, Holograms, UV Ribbo

[Bug 168246] [em] Multiple legacy em(4) not working with qemu

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168246 --- Comment #4 from Glen Barber --- We do not test with every knob turned and button pushed for testing. To the OP: Can you please confirm if this is still an issue with 10.2-BETA2 and later? -- You are receiving this mail because: You

[Bug 25986] Socket would hang at LAST_ACK forever.

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=25986 Xin LI changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org |delp...@freebsd.org Status|In

[Bug 152828] [em] poor performance on 8.1, 8.2-PRE

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=152828 Sean Bruno changed: What|Removed |Added Resolution|--- |Overcome By Events Status

[Bug 168246] [em] Multiple legacy em(4) not working with qemu

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168246 Sean Bruno changed: What|Removed |Added CC||r...@freebsd.org --- Comment #3 from

[Bug 201590] Zerowindow packets escape stateful in-kernel NAT

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201590 --- Comment #9 from g_amana...@yahoo.com --- (In reply to g_amanakis from comment #8) This poses another problem. Probably, commenting out the line will lead to these packets being rejected from the LAN, as they originated at the gateway. Wh

[Bug 201590] Zerowindow packets escape stateful in-kernel NAT

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201590 --- Comment #8 from g_amana...@yahoo.com --- Perhaps the culprit is the subfunction ipfw_send_pkt() in ipfw_dyn_send_ka(). Here the following happens: m->m_flags |= M_SKIP_FIREWALL; I will try commenting out the line and see if this reso

[Bug 201590] Zerowindow packets escape stateful in-kernel NAT

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201590 --- Comment #7 from g_amana...@yahoo.com --- (In reply to smithi from comment #6) I think this has nothing to do with the local interface, simply because the keepalive packets are generated from the *gateway* through ipfw_dyn_send_ka(). Comm

FreeBSD LAG LACP timeout tunable through IOCTL

2015-07-23 Thread Lakshmi Narasimhan Sundararajan
Hi FreeBSD team, In FreeBSD-10 and in Current, by default LACP supports only long timeout. FreeBSD does not provide the way to configure LACP timeout period. We made code changes for LACP Fast-timeout (Using IOCTL, both GET / SET) on FreeBSD-11. And we were able to successfully test the oper

[Bug 201590] Zerowindow packets escape stateful in-kernel NAT

2015-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201590 smi...@nimnet.asn.au changed: What|Removed |Added CC||smi...@nimnet.asn.au --- Com