summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/setkey/parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y
index 8123a75..c551c35 100644
--- a/sbin/setkey/parse.y
+++ b/sbin/setkey/parse.y
@@ -683,6 +683,7 @@ upper_spec
: DECSTRING { $$ = $1; }
| ANY { $$ = IPSEC_ULPROTO_ANY; }
| PR_TCP { $$ = IPPROTO_TCP; }
+ | PR_ESP { $$ = IPPROTO_ESP; }
| STRING
{
struct protoent *ent;
OpenPOWER on IntegriCloud