Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: fix srv6 locator flags propagated to isis
When usid is not used, the isis_srv6_topo1 test does not work. The SID prefix allocated by isis is different when the usid flags is set or not. When the flags is not transmitted to isis, the SID allocated is supposed to be a 128 bit mask length SID, which is not what the isis_srv6_topo1 test is supposed to obtain. Fix this by exchanging the flags locator value in the zclient api. Fixes: 9b7491e ("lib: Add support for flags to the SRv6 locator") Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information