From 05b5eb98f5af5545cf01e97712cca09c5293fe9a Mon Sep 17 00:00:00 2001 From: Dan McDonald Date: Mon, 14 Jul 2014 12:45:53 -0400 Subject: [PATCH] 5000 Set ipsec_policy_log_interval to 0 by default Reviewed by: Gordon Ross Reviewed by: Jason King Reviewed by: Garrett D'Amore Approved by: Garrett D'Amore --- usr/src/uts/common/inet/ip/ip_tunables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/common/inet/ip/ip_tunables.c b/usr/src/uts/common/inet/ip/ip_tunables.c index 18fc81e7b7..58e3b59ff3 100644 --- a/usr/src/uts/common/inet/ip/ip_tunables.c +++ b/usr/src/uts/common/inet/ip/ip_tunables.c @@ -666,7 +666,7 @@ mod_prop_info_t ip_propinfo_tbl[] = { { "_ipsec_policy_log_interval", MOD_PROTO_IP, mod_set_uint32, mod_get_uint32, - {0, 999999, 1000}, {1000} }, + {0, 999999, 0}, {0} }, /* tunable - 40 */ { "_pim_accept_clear_messages", MOD_PROTO_IP, -- 2.11.4.GIT