-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spec-compliance of AddNOC by removing stale code (#17360)
- With Issue #13711, it was assumed only PASE sessions needed to adopt FabricIndex of new fabric after AddNOC, but the door was left open until #13711 was fixed. It is now fixed so the TODO is gone and PASE-only is enforced. This PR: - Removes the TODO and associated comment, and enforces PASE - Renames "NewFabric" to "AdoptFabricIndex" in SecureSession - Cleans-up some logging in NOC cluster and FabricTable that was found while doing this work Issue #13711 Testing done: - All cert tests still pass - Unit tests pass - It's not possible to do a full commissioning over CASE yet with YAML so I can't make a YAML test case, the code delta on logic is such that by inspection it would do the right thing.
- Loading branch information
1 parent
c2e0357
commit 013421d
Showing
3 changed files
with
60 additions
and
41 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
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