diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-08-25 16:26:55 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-08-25 16:26:55 +0000 |
commit | 7b8963ec5bb0b32f4b3bdbb27e1c1c8486656e4d (patch) | |
tree | e86f429d7142e0c27f8bd0423bf5733559811bca /sbin | |
parent | 02c74a75a370179b6764962e426f9c9f2fd9eaff (diff) |
Fix undefined symbol.
Diffstat (limited to 'sbin')
-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 |