mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
isisd: Pass ifindex when allocate End.X SIDs
When isisd allocates an End.X SID it should also pass the interface index down to zebra. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
004c6c0260
commit
eca924f9e2
|
@ -669,6 +669,7 @@ void isis_zebra_request_srv6_sid_endx(struct isis_adjacency *adj)
|
|||
|
||||
ctx.behavior = ZEBRA_SEG6_LOCAL_ACTION_END_X;
|
||||
ctx.nh6 = nexthop;
|
||||
ctx.ifindex = circuit->interface->ifindex;
|
||||
ret = isis_zebra_request_srv6_sid(&ctx, &sid_value,
|
||||
area->srv6db.config.srv6_locator_name);
|
||||
if (!ret) {
|
||||
|
|
Loading…
Reference in a new issue