-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSCI parameter when creating MACsec tunnels on Bookworm (#1372)
* Fix SSCI parameter when creating MACsec tunnels on Bookworm While Bookworm's iproute2 has built-in support for the MACsec XPN protocols, the SSCI argument is passed in in a different way compared to the patch that we had. Instead of taking in a number, a hex string is taken in instead. Update the code in sairedis to pass in a hex string for SSCI instead of a number. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * Don't create a variable, since it won't be needed. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * Add iproute to aspell Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * Add more tests for loadMACsecAttrFromMACsecSA The tests are not that great, but they at least make sure it goes through most of the function. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> --------- Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
- Loading branch information
1 parent
c41a0cb
commit 73ada8d
Showing
5 changed files
with
110 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,6 +249,7 @@ IPG | |
ipgs | ||
IPGs | ||
ipmc | ||
iproute | ||
IPv | ||
isobjectid | ||
isoidattribute | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters