-
Notifications
You must be signed in to change notification settings - Fork 17
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
DO NOT MERGE: CBMA code and test scripts #337
Closed
Conversation
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
* CBMA files in 2_0/features/cbma/ * CBMA unit tests in 2_0/test_features/cbma/ Jira_Id : MSS20-173 Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
* CBMA files in 2_0/features/cbma/ * CBMA unit tests in 2_0/test_features/cbma/ Jira_Id : MSS20-173 Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
…terface Signed-off-by: Selina Shrestha <[email protected]>
# Conflicts: # modules/sc-mesh-secure-deployment/src/2_0/features/cbma/multicast/multicast.py
Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
…s can be specified as necessary Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
… in order to generate certificates for different interfaces. Signed-off-by: Selina Shrestha <[email protected]>
* Sample code (main of setup_cbma.py) performs cbma for wlp1s0 and eth1 * In tools.utils, fixed mac_to_ipv6() and get_mac_from_ipv6() Signed-off-by: Selina Shrestha <[email protected]>
… to clean up threads, macsec links, batman interfaces and bridges created from cbma Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
SelinaTII
requested review from
govindsi,
joenpera,
martin-tii,
saauvine,
TIISR and
pentestiing
November 17, 2023 14:21
martin-tii
approved these changes
Nov 17, 2023
Context: Selina's code creates the lower/upper MACsec stacks (one interface per peer plus a bridge to aggregate them and give them as one to the batman-adv specified as parameter) visible in the diagram hereby attached. The idea is for CommsController to call Selina's code with configurations provided by MDM or by the default principle of bat0 as white and all physical(ish) interfaces as black. |
TIISR
reviewed
Nov 18, 2023
modules/sc-mesh-secure-deployment/src/2_0/features/cbma/macsec/macsec.py
Show resolved
Hide resolved
TIISR
suggested changes
Nov 18, 2023
modules/sc-mesh-secure-deployment/src/2_0/features/cbma/macsec/macsec.py
Outdated
Show resolved
Hide resolved
TIISR
suggested changes
Nov 18, 2023
TIISR
reviewed
Nov 18, 2023
modules/sc-mesh-secure-deployment/src/2_0/features/cbma/auth/authClient.py
Outdated
Show resolved
Hide resolved
TIISR
suggested changes
Nov 18, 2023
modules/sc-mesh-secure-deployment/src/2_0/features/cbma/auth/authClient.py
Show resolved
Hide resolved
TIISR
reviewed
Nov 18, 2023
modules/sc-mesh-secure-deployment/src/2_0/features/cbma/auth/authServer.py
Outdated
Show resolved
Hide resolved
CBMA changes requested in #337
CBMA fixes in #337
fix: Temporarily revert ebtables rules to reduce frame broadcasting
pentestiing
force-pushed
the
cbma
branch
2 times, most recently
from
December 1, 2023 11:07
677ead9
to
b7edf50
Compare
Allow the peer with higher mac address to initiate authentication as client in order to avoid simultaneous client-server, server-client connections between two peers. Jira_Id : MSS20-205 Signed-off-by: Selina Shrestha <[email protected]>
Signed-off-by: Selina Shrestha <[email protected]>
martin-tii
approved these changes
Dec 1, 2023
DamienDeMayaTII
changed the title
CBMA code and test scripts
DO NOT MERGE: CBMA code and test scripts
Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an initial PR for CBMA code and test scripts