mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Permit tcpdrop in VNET jails.
Submitted by: Miljenko Mikuc MFC after: 3 days
This commit is contained in:
parent
3ac9d65989
commit
2454a7ca98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233601
@ -2184,7 +2184,7 @@ sysctl_drop(SYSCTL_HANDLER_ARGS)
|
||||
return (error);
|
||||
}
|
||||
|
||||
SYSCTL_PROC(_net_inet_tcp, TCPCTL_DROP, drop,
|
||||
SYSCTL_VNET_PROC(_net_inet_tcp, TCPCTL_DROP, drop,
|
||||
CTLTYPE_STRUCT|CTLFLAG_WR|CTLFLAG_SKIP, NULL,
|
||||
0, sysctl_drop, "", "Drop TCP connection");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user