mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
fixed a bug that incorrect IPsec request level may be returned for proto AH
Obtained from: KAME
This commit is contained in:
parent
c5995e45eb
commit
b3fe9bc483
1 changed files with 1 additions and 0 deletions
|
|
@ -1691,6 +1691,7 @@ ipsec_get_reqlevel(isr, af)
|
|||
level = ah_net_deflev;
|
||||
else
|
||||
level = ah_trans_deflev;
|
||||
break;
|
||||
case IPPROTO_IPCOMP:
|
||||
/*
|
||||
* we don't really care, as IPcomp document says that
|
||||
|
|
|
|||
Loading…
Reference in a new issue