mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Fix a comment that we do not have an SA yet but need to acquire one.
MFC after: 3 days
This commit is contained in:
parent
f3eaf5eb01
commit
c50ffbdf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ ip6_ipsec_output(struct mbuf **m, struct inpcb *inp, int *flags, int *error,
|
|||
mtag->m_tag_id != PACKET_TAG_IPSEC_OUT_CRYPTO_NEEDED)
|
||||
continue;
|
||||
/*
|
||||
* Check if policy has an SA associated with it.
|
||||
* Check if policy has no SA associated with it.
|
||||
* This can happen when an SP has yet to acquire
|
||||
* an SA; e.g. on first reference. If it occurs,
|
||||
* then we let ipsec4_process_packet do its thing.
|
||||
|
|
|
|||
Loading…
Reference in a new issue