diff options
author | Dan McDonald <danmcd@omniti.com> | 2014-07-14 12:45:53 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2014-07-14 20:28:46 -0400 |
commit | 05b5eb98f5af5545cf01e97712cca09c5293fe9a (patch) | |
tree | fa5c6a6756ef93c67dadcd625180c7a4981d6641 /usr/src | |
parent | c9bbee954bfabfc1fec46cc4c3753a98eb0f8264 (diff) | |
download | illumos-joyent-05b5eb98f5af5545cf01e97712cca09c5293fe9a.tar.gz |
5000 Set ipsec_policy_log_interval to 0 by default
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/ip/ip_tunables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |