diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-01 20:43:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-01 20:43:41 +0000 |
commit | 984a723c9274fa719d9d436a914d3899d5c626f8 (patch) | |
tree | 7f8ad17ac8c2a4e47e19e0105a96cd13d300550f /sbin/isakmpd/isakmp_fld.fld | |
parent | 1b1cf9310c1ee499d272e783c7ed479e12387ddd (diff) |
ISAKMP configuration, a.k.a IKECFG or "mode-config", protocol implementation.
Disabled, has no configuration mechanism yet. This will be used for roaming
users, who are going to get parameters like IP-address and nameserver from its
peer, very much like DHCP, but securily inside an ISAKMP connection and still
in time before negotiation of IPsec connections. You may see stylistic fixes
in this commit too. Add some not yet used Makefile magic to deal with DNSSEC-
enabled OpenSSL too. The IKECFG code work was sponsered by Gatespace Inc.
Thank you! Configuration will come very soon, btw.
Diffstat (limited to 'sbin/isakmpd/isakmp_fld.fld')
-rw-r--r-- | sbin/isakmpd/isakmp_fld.fld | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmp_fld.fld b/sbin/isakmpd/isakmp_fld.fld index a9d5809df05..4576a644d3a 100644 --- a/sbin/isakmpd/isakmp_fld.fld +++ b/sbin/isakmpd/isakmp_fld.fld @@ -1,8 +1,8 @@ -# $OpenBSD: isakmp_fld.fld,v 1.5 1999/04/27 21:14:30 niklas Exp $ +# $OpenBSD: isakmp_fld.fld,v 1.6 2001/07/01 20:43:39 niklas Exp $ # $EOM: isakmp_fld.fld,v 1.5 1999/04/25 13:38:22 niklas Exp $ # -# Copyright (c) 1998 Niklas Hallqvist. All rights reserved. +# Copyright (c) 1998, 2001 Niklas Hallqvist. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -147,3 +147,11 @@ ISAKMP_DELETE : ISAKMP_GEN ISAKMP_VENDOR : ISAKMP_GEN ID raw . + +# Attribute payload. +ISAKMP_ATTRIBUTE : ISAKMP_GEN + TYPE num 1 isakmp_cfg_cst + RESERVED ign 1 + ID num 2 + ATTRS raw +. |