diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2011-05-13 07:41:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2011-05-13 07:41:21 +0000 |
commit | e6c17dc5cb5a86307c823cbdb14e2ef7c70492db (patch) | |
tree | 99e99cf39e9c167a6804e33797b4badd695bea7f | |
parent | 4954eed674e21369edc353782d4b7d5d1dd60af9 (diff) |
wrong id for UDP_ENCAP_TRANSPORT_DRAFT; ok mikeb@
-rw-r--r-- | sbin/isakmpd/ipsec_num.cst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/ipsec_num.cst b/sbin/isakmpd/ipsec_num.cst index ccd8c72c734..4ea95bb6079 100644 --- a/sbin/isakmpd/ipsec_num.cst +++ b/sbin/isakmpd/ipsec_num.cst @@ -1,4 +1,4 @@ -# $OpenBSD: ipsec_num.cst,v 1.17 2010/09/22 13:45:16 mikeb Exp $ +# $OpenBSD: ipsec_num.cst,v 1.18 2011/05/13 07:41:20 markus Exp $ # $EOM: ipsec_num.cst,v 1.5 2000/10/13 17:56:52 angelos Exp $ # @@ -65,7 +65,7 @@ IPSEC_ENCAP UDP_ENCAP_TUNNEL 3 UDP_ENCAP_TRANSPORT 4 UDP_ENCAP_TUNNEL_DRAFT 61443 # draft-ietf-ipsec-nat-t-ike - UDP_ENCAP_TRANSPORT_DRAFT 61443 # draft-ietf-ipsec-nat-t-ike + UDP_ENCAP_TRANSPORT_DRAFT 61444 # draft-ietf-ipsec-nat-t-ike . # IPSEC authentication algorithm. |