-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipsec: minor cleanups #31390
ipsec: minor cleanups #31390
Conversation
/test |
f92d837
to
e34c086
Compare
/test |
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
e34c086
to
aadc4ac
Compare
/test |
The ENCRYPT_MAP and MAX_KEY_INDEX are only needed by ipsec code. Maintain them in a single place. Signed-off-by: Julian Wiedmann <[email protected]>
The map isn't needed otherwise. Signed-off-by: Julian Wiedmann <[email protected]>
aadc4ac
to
d07e4e0
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was wondering if there is already an alternative to ifdevs as part of the clang free work but I'm not aware of anything and in this instance it's probably easy to detect and change through scripting. So LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The retrieving device lxc_health: Link not found
is just another case of #32689 ?
I did have a second being concerned about downgrade: the new version no more pins ENCRYPT_MAP while the old cilium wants it. Since CI didn't complain...
Yeah I don't see how it would be related, in particular as that config isn't using IPsec. |
Tiny bit of IPsec cleanup, to clarify the usage of the
ENCRYPT_MAP
and improve the CODEOWNERS scope.