diff options
author | 2020-08-25 16:26:54 +0000 | |
---|---|---|
committer | 2020-08-25 16:26:54 +0000 | |
commit | db3a897c119c4b59786eb923f518bf06d7f2012b (patch) | |
tree | 36f4ab0ab9eb92e462a7cc79694fff11654e2c79 | |
parent | Add dpd_check_interval configuration option. If for any IKE SA no IPsec (diff) | |
download | wireguard-openbsd-db3a897c119c4b59786eb923f518bf06d7f2012b.tar.xz wireguard-openbsd-db3a897c119c4b59786eb923f518bf06d7f2012b.zip |
Fix undefined symbol.
-rw-r--r-- | sbin/iked/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/parse.y b/sbin/iked/parse.y index be501e51858..84af2cc2905 100644 --- a/sbin/iked/parse.y +++ b/sbin/iked/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.108 2020/08/25 15:08:08 tobhe Exp $ */ +/* $OpenBSD: parse.y,v 1.109 2020/08/25 16:26:54 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -444,7 +444,7 @@ typedef struct { %token IKEV1 FLOW SA TCPMD5 TUNNEL TRANSPORT COUPLE DECOUPLE SET %token INCLUDE LIFETIME BYTES INET INET6 QUICK SKIP DEFAULT %token IPCOMP OCSP IKELIFETIME MOBIKE NOMOBIKE RDOMAIN -%token FRAGMENTATION NOFRAGMENTATION +%token FRAGMENTATION NOFRAGMENTATION DPD_CHECK_INTERVAL %token ENFORCESINGLEIKESA NOENFORCESINGLEIKESA %token TOLERATE MAXAGE %token <v.string> STRING |