Skip to content

Commit

Permalink
update rt_netlink.c - END.DT6 SEG6_LOCAL_VRFTABLE
Browse files Browse the repository at this point in the history
END.DT6 should use SEG6_LOCAL_VRFTABLE, not SEG6_LOCAL_TABLE

Signed-off-by: zhutang <[email protected]>
  • Loading branch information
zhutang authored Feb 2, 2025
1 parent 69b763f commit 636f738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra/rt_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ static bool _netlink_route_build_singlepath(const struct prefix *p,
SEG6_LOCAL_ACTION_END_DT6))
return false;
if (!nl_attr_put32(nlmsg, req_size,
SEG6_LOCAL_TABLE,
SEG6_LOCAL_VRFTABLE,
ctx->table))
return false;
break;
Expand Down Expand Up @@ -3216,7 +3216,7 @@ ssize_t netlink_nexthop_msg_encode(uint16_t cmd,
return 0;
if (!nl_attr_put32(
&req->n, buflen,
SEG6_LOCAL_TABLE,
SEG6_LOCAL_VRFTABLE,
ctx->table))
return 0;
break;
Expand Down

0 comments on commit 636f738

Please sign in to comment.