Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106980230
D35503.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D35503.diff
View Options
diff --git a/sys/netinet/tcp_pcap.c b/sys/netinet/tcp_pcap.c
--- a/sys/netinet/tcp_pcap.c
+++ b/sys/netinet/tcp_pcap.c
@@ -75,7 +75,7 @@
VNET_DEFINE(int, tcp_pcap_packets) = 0;
#define V_tcp_pcap_packets VNET(tcp_pcap_packets)
SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcp_pcap_packets,
- CTLFLAG_RW, &VNET_NAME(tcp_pcap_packets), 0,
+ CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(tcp_pcap_packets), 0,
"Default number of packets saved per direction per TCPCB");
/* Initialize the values. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 11:08 AM (6 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15731914
Default Alt Text
D35503.diff (488 B)
Attached To
Mode
D35503: tcp: unbreak TCPPCAP when VNET is enabled
Attached
Detach File
Event Timeline
Log In to Comment