-
Notifications
You must be signed in to change notification settings - Fork 35
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
WIP: NETOBSERV-2052: IPsec support #538
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b85b6d1
to
539f368
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #538 +/- ##
==========================================
- Coverage 27.34% 26.71% -0.64%
==========================================
Files 47 47
Lines 4988 5121 +133
==========================================
+ Hits 1364 1368 +4
- Misses 3521 3648 +127
- Partials 103 105 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
d1c4b50
to
e0ce8ed
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=5162ef0 make set-agent-image |
e0ce8ed
to
61e4bfe
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=bdedd3c make set-agent-image |
61e4bfe
to
6430115
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=d4ab178 make set-agent-image |
6430115
to
f73f9d5
Compare
f73f9d5
to
75237b6
Compare
75237b6
to
51b45a8
Compare
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=81c6c22 make set-agent-image |
@msherif1234: This pull request references NETOBSERV-2052 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target either version "4.19." or "openshift-4.19.", but it targets "netobserv-1.9" instead. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@msherif1234: This pull request references NETOBSERV-2052 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target either version "4.19." or "openshift-4.19.", but it targets "netobserv-1.9" instead. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@msherif1234: This pull request references NETOBSERV-2052 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target either version "4.19." or "openshift-4.19.", but it targets "netobserv-1.9" instead. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
7ca8ca6
to
34f59a1
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=7755eb4 make set-agent-image |
34f59a1
to
d639a63
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=cad78d1 make set-agent-image |
d639a63
to
61aa916
Compare
61aa916
to
6a0dfd5
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=1aab10f make set-agent-image |
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
6a0dfd5
to
22d1b81
Compare
/ok-to-test |
New images: These will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=52f0c2c make set-agent-image |
Description
probing XFRM input and output processing to know if packets came encrypted or left encrypted
[root@ip-10-0-1-35 /]# ip xfrm state src 10.0.1.158 dst 10.0.1.35 proto esp spi 0x17e83b29 reqid 16393 mode transport replay-window 0 flag esn aead rfc4106(gcm(aes)) 0x2dff2e25143878e71710cc484f87a0e04a5d9882b9e23643f28692e33935eef6879f7ef5 128 anti-replay esn context: seq-hi 0x0, seq 0x0, oseq-hi 0x0, oseq 0x0 replay_window 128, bitmap-length 4 00000000 00000000 00000000 00000000 sel src 10.0.1.158/32 dst 10.0.1.35/32 proto udp sport 6081
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.