diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2008-02-26 09:44:36 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2008-02-26 09:44:36 +0000 |
| commit | 866c63300388c5728d9e515c856f7a8a83161601 (patch) | |
| tree | 4109b2e21cea8164c34a0a85182fd7f7832d398d /sbin | |
| parent | 9b446fd31218801eb35cee874280f4d2ff08dac2 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/setkey/parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y index c89166667373..f086bbdd6aaf 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; |
