diff options
author | danmcd <none@none> | 2007-09-04 06:48:33 -0700 |
---|---|---|
committer | danmcd <none@none> | 2007-09-04 06:48:33 -0700 |
commit | 437220cd296f6d8b6654d6d52508b40b1e2d1ac7 (patch) | |
tree | bf55ece35d9f14bf9e462be1af01cd10045c2021 /usr/src/lib/libipsecutil/common/ipsec_util.h | |
parent | 32d43904c87a66c0f455059d99a96cc0ba128ad7 (diff) | |
download | illumos-gate-437220cd296f6d8b6654d6d52508b40b1e2d1ac7.tar.gz |
PSARC 2007/449 Detangle IPsec NAT Traversal
6481450 nattymod calls putnext() on a freed queue.
6558864 remove nattymod
6558870 Implement SA last-used time and idle actions
6582318 "mandatory" is spelled wrong in pfiles
6584011 save_assoc() gets confused w.r.t. "proto".
6588015 Missing "encap udp" must be better diagnosed by ipseckey(1M).
6595368 Need "ipsec-nat-t" in /etc/services
6595877 ipseckey(1M) can produce output it can't read back in (line-too-big)
--HG--
rename : usr/src/uts/common/inet/ip/nattymod.c => deleted_files/usr/src/uts/common/inet/ip/nattymod.c
rename : usr/src/uts/intel/nattymod/Makefile => deleted_files/usr/src/uts/intel/nattymod/Makefile
rename : usr/src/uts/sparc/nattymod/Makefile => deleted_files/usr/src/uts/sparc/nattymod/Makefile
Diffstat (limited to 'usr/src/lib/libipsecutil/common/ipsec_util.h')
-rw-r--r-- | usr/src/lib/libipsecutil/common/ipsec_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libipsecutil/common/ipsec_util.h b/usr/src/lib/libipsecutil/common/ipsec_util.h index d540e2bd2e..a78831e678 100644 --- a/usr/src/lib/libipsecutil/common/ipsec_util.h +++ b/usr/src/lib/libipsecutil/common/ipsec_util.h @@ -56,7 +56,7 @@ extern "C" { /* used for file parsing */ #define NBUF_SIZE 16 -#define IBUF_SIZE 512 +#define IBUF_SIZE 2048 #define COMMENT_CHAR '#' #define CONT_CHAR '\\' #define QUOTE_CHAR '"' |