Skip to content
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

manifest: Clear srp implementation #14304

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ Matter
In |NCS| Matter samples, the default reaction to migration failure is a factory reset of the device.
To change the default reaction, set the :kconfig:option:`CONFIG_NCS_SAMPLE_MATTER_FACTORY_RESET_ON_KEY_MIGRATION_FAILURE` Kconfig option to ``n``.

* Factory reset sequence now unregisters all DNS records that the device has registered at a remote SRP server.
This ensures that other Matter nodes do not use stale DNS records of the present device after it has been factory reset and removed from the network.

* Documentation page about :ref:`ug_matter_gs_matter_api`.

Matter fork
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: v2.6.0-rc1
revision: pull/399/head
submodules:
- name: nlio
path: third_party/nlio/repo
Expand Down
Loading