diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-14 10:50:48 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-14 10:50:48 +0000 |
commit | 841373330f44381e24532a16f128ebd97ca6bc5d (patch) | |
tree | c0eec3bc606ef4b397b6819c513f22ccd90c96b9 /sbin/isakmpd/ipsec_num.cst | |
parent | 8452a7098f21b24abdd719acdc65ace5314cf6e3 (diff) |
add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947
ok markus
Diffstat (limited to 'sbin/isakmpd/ipsec_num.cst')
-rw-r--r-- | sbin/isakmpd/ipsec_num.cst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/ipsec_num.cst b/sbin/isakmpd/ipsec_num.cst index b7d838d13a9..bd62b04e9fc 100644 --- a/sbin/isakmpd/ipsec_num.cst +++ b/sbin/isakmpd/ipsec_num.cst @@ -1,4 +1,4 @@ -# $OpenBSD: ipsec_num.cst,v 1.15 2004/04/28 14:40:00 ho Exp $ +# $OpenBSD: ipsec_num.cst,v 1.16 2005/06/14 10:50:47 hshoexer Exp $ # $EOM: ipsec_num.cst,v 1.5 2000/10/13 17:56:52 angelos Exp $ # @@ -62,10 +62,10 @@ IPSEC_DURATION IPSEC_ENCAP TUNNEL 1 TRANSPORT 2 - FUTURE_UDP_ENCAP_TUNNEL 3 # XXX Not yet assigned - FUTURE_UDP_ENCAP_TRANSPORT 4 # XXX Not yet assigned - UDP_ENCAP_TUNNEL 61443 # draft-ietf-ipsec-nat-t-ike - UDP_ENCAP_TRANSPORT 61443 # draft-ietf-ipsec-nat-t-ike + 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 . # IPSEC authentication algorithm. |