https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209758
--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:
Author: sephe
Date: Mon May 30 06:49:02 UTC 2016
New revision: 300985
URL: https://svnweb.freebsd.org/changeset/base/300985
Log:
bge: Support 5717 C0, which i
On 27/05/2016 1:13 AM, John Nielsen wrote:
On May 20, 2016, at 12:30 AM, Aqz wrote:
Hello,
I have a very strange issue with passing ARP traffic through bridge
interface.
I'm using FreeBSD 10.3-REL VMWare virtual machine as bridge between two
networks using the same IP address space. Bridge int
diff --git a/head/sys/sys/param.h b/head/sys/sys/param.h
--- a/head/sys/sys/param.h
+++ b/head/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100114 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100115 /* Mast
diff --git a/head/sys/netinet/tcp_output.c b/head/sys/netinet/tcp_output.c
--- a/head/sys/netinet/tcp_output.c
+++ b/head/sys/netinet/tcp_output.c
@@ -130,6 +130,16 @@
&VNET_NAME(tcp_autosndbuf_max), 0,
"Max size of automatic send buffer");
+/*
+ * Make sure that either retransmit or persist
On Sun, May 29, 2016 at 12:12 AM, Bruce Evans wrote:
> On Sun, 29 May 2016, Bruce Evans wrote:
>
> ...
>> I still haven't figured out how to set up the bogus(?) route using route
>> add/change, but can now complete the initialization using a "route change"
>> that appears to be null:
>>
>> Test s
There is vnstat that does this by interface.
But is there a way to do this by the application? This is because nearly
every packet that is sent through the system is sent on behalf of some
process running on the system.
It would be nice to be able to see which applications (in general sense)
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
On Sun, 29 May 2016, Bruce Evans wrote:
...
I still haven't figured out how to set up the bogus(?) route using route
add/change, but can now complete the initialization using a "route change"
that appears to be null:
Test script:
...
X # Fix up the initialization with a null change:
X route cha