aboutsummaryrefslogtreecommitdiff
path: root/sbin/setkey/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/setkey/token.l')
-rw-r--r--sbin/setkey/token.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l
index 054a57ef1015..65756f0fd12c 100644
--- a/sbin/setkey/token.l
+++ b/sbin/setkey/token.l
@@ -187,6 +187,8 @@ nocyclic-seq { return(NOCYCLICSEQ); }
{hyphen}ls { return(F_LIFETIME_SOFT); }
{hyphen}natt { return(F_NATT); }
{hyphen}natt_mtu { return(F_NATT_MTU); }
+{hyphen}esn { return(F_ESN); }
+{hyphen}hwif { return(F_HWIF); }
/* ... */
any { return(ANY); }