]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: ZEBRA_ROUTE_ADD supports seg6local route (step1)
authorHiroki Shirokura <slank.dev@gmail.com>
Sat, 5 Dec 2020 23:01:39 +0000 (08:01 +0900)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:47 +0000 (10:24 -0400)
commit8689b25a08134924d8d8c5f009fd4081d11049f2
treedf7908049b8f9552ee3e1445b3747bd4388a1880
parentcb7775a9740d78ba81b5126fcb637102e4bad1d6
zebra: ZEBRA_ROUTE_ADD supports seg6local route (step1)

With this patch, zclient can intall seg6local rotues whem
they set properties nh_seg6local_{action,ctx} on struct nexthop
and set ZEBRA_FLAG_SEG6LOCAL_ROUTE on zapi_route's flag.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
zebra/rt_netlink.c
zebra/zapi_msg.c
zebra/zebra_nhg.c
zebra/zebra_vty.c