]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Request SRv6 locator after zebra connection
authorCarmine Scarpitta <cscarpit@cisco.com>
Sat, 15 Feb 2025 09:39:40 +0000 (10:39 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sat, 15 Feb 2025 14:57:42 +0000 (14:57 +0000)
commitcac6b1487974a5bb56cc071ccc428ed870f97131
tree4b9046ce6d56cd85f13ac2e543318251693e7856
parent9c5d87ef84bc6bc4af6fb0bb3656398507cdd5d5
isisd: Request SRv6 locator after zebra connection

When SRv6 is enabled and an SRv6 locator is specified in the IS-IS
configuration, IS-IS may attempt to request SRv6 locator information from
zebra before the connection is fully established. If this occurs, the
request fails with the following error:

```
2025/02/14 21:41:20 ISIS: [HR66R-TWQYD][EC 100663302] srv6_manager_get_locator: invalid zclient socket
````

As a result, IS-IS is unable to obtain the locator information,
preventing SRv6 from working.

This commit fixes the issue by ensuring IS-IS requests SRv6 locator
information once the connection with zebra is successfully established.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
(cherry picked from commit f02dba19d20b0a53645a439924e736155c8de63f)
isisd/isis_zebra.c