Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Parse Interface ID from IP address string as well (#31321)
* [Python] Parse Interface ID from IP address string as well Currently, when passing a link-local address with an interface specified using the %<interface> notation leads to "CHIP Error 0x0000002F: Invalid argument". Correctly parse the interface ID as well and pass it to the PeerAddress object. * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
- Loading branch information