mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137011
@ -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 New Issue
Block a user