Skip to content

Commit dd1fca3

Browse files
authored
Merge pull request #21 from vyos/T7775-fix
T7775: Add fix AES-GCM-256 misidentification
2 parents 5bc2110 + d116a69 commit dd1fca3

File tree

26 files changed

+176
-25
lines changed

26 files changed

+176
-25
lines changed

patches/vpp/0001-linux-cp-add-support-for-xfrm-netlink-notifcation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a3240c47714ae9ed447581c3557983630bb5f825 Mon Sep 17 00:00:00 2001
22
From: Aakash <[email protected]>
33
Date: Mon, 1 Aug 2022 04:59:02 -0400
4-
Subject: [PATCH 01/25] linux-cp: add support for xfrm netlink notifcation
4+
Subject: [PATCH 01/26] linux-cp: add support for xfrm netlink notifcation
55

66
This patch contains changes to add support for handlng xfrm
77
notifications in linux-cp plugin.

patches/vpp/0002-linux-cp-update-code-to-support-api-proto-changes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From e238d4e62e66ed9a9e01425a844d57cc33ec316e Mon Sep 17 00:00:00 2001
22
From: Kommula Shiva Shankar <[email protected]>
33
Date: Tue, 6 Feb 2024 23:23:14 +0530
4-
Subject: [PATCH 02/25] linux-cp: update code to support api proto changes
4+
Subject: [PATCH 02/26] linux-cp: update code to support api proto changes
55

66
Type: fix
77

patches/vpp/0003-linux-cp-add-ipsec-interface-support-for-xfrm.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 70286cf59119cc1c122d449ee3fd678646ae1b40 Mon Sep 17 00:00:00 2001
22
From: Bheemappa Agasimundin <[email protected]>
33
Date: Tue, 5 Dec 2023 18:25:33 +0000
4-
Subject: [PATCH 03/25] linux-cp: add ipsec interface support for xfrm
4+
Subject: [PATCH 03/26] linux-cp: add ipsec interface support for xfrm
55

66
This patch adds ipsec interface support for strongswan
77
based SA configuration.

patches/vpp/0004-linux-cp-initialize-sw_if_index-variable.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0a6768dea23e4bf4621dac89b166b869f54cc53f Mon Sep 17 00:00:00 2001
22
From: Kommula Shiva Shankar <[email protected]>
33
Date: Wed, 7 Feb 2024 11:58:17 +0530
4-
Subject: [PATCH 04/25] linux-cp: initialize sw_if_index variable
4+
Subject: [PATCH 04/26] linux-cp: initialize sw_if_index variable
55

66
Type: fix
77

patches/vpp/0005-linux-cp-add-readme-for-xfrm-implementation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 33348f8e70e26c3fa93ca921cafef5e9af85337c Mon Sep 17 00:00:00 2001
22
From: Bheemappa Agasimundin <[email protected]>
33
Date: Sun, 24 Mar 2024 08:36:48 +0000
4-
Subject: [PATCH 05/25] linux-cp: add readme for xfrm implementation
4+
Subject: [PATCH 05/26] linux-cp: add readme for xfrm implementation
55

66
This patch adds REAMDE for XFRM changes design and startup.conf
77
configuration details.

patches/vpp/0006-linux-cp-fix-esn-and-anti-replay-issue.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From adff1ecb857315e7d3e735efe31dc9b322183732 Mon Sep 17 00:00:00 2001
22
From: Bheemappa Agasimundin <[email protected]>
33
Date: Tue, 27 Aug 2024 17:29:30 +0000
4-
Subject: [PATCH 06/25] linux-cp: fix esn and anti-replay issue
4+
Subject: [PATCH 06/26] linux-cp: fix esn and anti-replay issue
55

66
This patch enables anti-replay when ESN is enabled on a Security
77
Association (SA) configured via strongSwan.

patches/vpp/0007-linux-cp-fix-ipsec-policy-incorrect-protocol-type.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From e5d9989fe860fd394d131c791c3e74bd8952c230 Mon Sep 17 00:00:00 2001
22
From: Bheemappa Agasimundin <[email protected]>
33
Date: Tue, 1 Oct 2024 15:06:41 +0000
4-
Subject: [PATCH 07/25] linux-cp: fix ipsec policy incorrect protocol type
4+
Subject: [PATCH 07/26] linux-cp: fix ipsec policy incorrect protocol type
55

66
This patch changes protocol type 0 to IPSEC_POLICY_PROTOCOL_ANY to
77
allow any transport protocol for protect/bypass.

patches/vpp/0008-linux-cp-Added-build-dependency-for-XFRM.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 56275b6a0dbe20b8eb77a16b6525a34ab71b33ca Mon Sep 17 00:00:00 2001
22
From: zdc <[email protected]>
33
Date: Wed, 12 Feb 2025 12:29:57 +0200
4-
Subject: [PATCH 08/25] linux-cp: Added build dependency for XFRM
4+
Subject: [PATCH 08/26] linux-cp: Added build dependency for XFRM
55

66
Added `libnl-xfrm-3-200` to build dependencies to make build
77
`linux-cp` with XFRM possible.

patches/vpp/0009-linux-cp-Added-routing-for-prefixes-with-no-paths-av.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a5f3779078cd93cfc821a23c681af68d1a3a39cf Mon Sep 17 00:00:00 2001
22
From: zsdc <[email protected]>
33
Date: Tue, 23 Jul 2024 20:06:41 +0300
4-
Subject: [PATCH 09/25] linux-cp: Added routing for prefixes with no paths
4+
Subject: [PATCH 09/26] linux-cp: Added routing for prefixes with no paths
55
available
66

77
A new CLI and configuration file option is available:

patches/vpp/0010-Resync-ip-fib-with-Linux-state.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From d87a33a4dd33f04dce319a1e410bc811808fb7b1 Mon Sep 17 00:00:00 2001
22
From: Denys Haryachyy <[email protected]>
33
Date: Wed, 24 Jul 2024 08:35:25 +0000
4-
Subject: [PATCH 10/25] Resync ip fib with Linux state.
4+
Subject: [PATCH 10/26] Resync ip fib with Linux state.
55

66
A new CLI and API file option is available:
77

0 commit comments

Comments
 (0)