On 26.04.2013 08:23, Sami Halabi wrote:
Hi Eitan,
Thank your for your response.
the ioctl is the example was in Luigi netmap page... maybe Luigi can help
here???
can you say why the print's are wrong?
They print the addresses of the variables, not their values.
int i = 1234;
printf("i=%d\
On 01.08.2013 20:07, Joe Moog wrote:
We have an iXsystems 1U server (E5) with an Intel 4-port ethernet NIC
installed, model I350-T4 (manufactured May of 2013). We're trying to bind the 4
ports on this NIC together into a single lagg port, connected LACP to a
distribution switch (Cisco 4900-ser
his part of the code appears to be more or less
the same, in particular the question of locking.
Should I submit a PR (no, we can't retry with a generic kernel)?
-- Steve Read
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mai
OK, thanks.
-- Steve Read
On 26.05.2014 11:24, Bjoern A. Zeeb wrote:
On 26 May 2014, at 09:11 , Steve Read wrote:
I have recently encountered an interesting double-free crash in
prelist_remove() (management of IPv6 prefixes used by interface addresses)
using a modified version of 9.2
ate
* the connection, abort it.
*/
-so = sonewconn(lso, SS_ISCONNECTED);
+so = sonewconn(lso, 0);
if (so == NULL) {
/*
* Drop the connection; we will either send a RST or
@@ -831,6 +831,8 @@
INP_WUNLOCK(inp);
+soisconnected(so);
+
TCPSTAT_INC(t
and you don't want that.
-- Steve Read
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"