Permit tcpdrop in VNET jails.
Submitted by: Miljenko Mikuc MFC after: 3 days
This commit is contained in:
parent
de5013d7b6
commit
3ce0f78a89
@ -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…
x
Reference in New Issue
Block a user