Update to FreeBSD stable/12 2019-08-26

Git mirror commit 621e7bafbf6857451f23ba11b0495c7ac69aff89.
This commit is contained in:
Sebastian Huber
2019-08-26 09:07:22 +02:00
parent c0dc524614
commit 3411e3d738
51 changed files with 1039 additions and 208 deletions

View File

@@ -218,6 +218,11 @@ SYSCTL_INT(_net_inet_ipsec, OID_AUTO, filtertunnel,
SYSCTL_VNET_PCPUSTAT(_net_inet_ipsec, OID_AUTO, ipsecstats, struct ipsecstat,
ipsec4stat, "IPsec IPv4 statistics.");
struct timeval ipsec_warn_interval = { .tv_sec = 1, .tv_usec = 0 };
SYSCTL_TIMEVAL_SEC(_net_inet_ipsec, OID_AUTO, crypto_warn_interval, CTLFLAG_RW,
&ipsec_warn_interval,
"Delay in seconds between warnings of deprecated IPsec crypto algorithms.");
#ifdef REGRESSION
/*
* When set to 1, IPsec will send packets with the same sequence number.