]> git.puffer.fish Git - mirror/frr.git/commit
*: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*
authorHiroki Shirokura <slank.dev@gmail.com>
Fri, 23 Apr 2021 12:46:07 +0000 (12:46 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:48 +0000 (10:24 -0400)
commitc60c1ade86c1c999f5219c0ebc35374acddb661c
treec6ce5abfb04ada0bd371990760691779d925d95b
parent0a543b792920312f1035d0590b7bad44dd480ddc
*: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6*

https://github.com/FRRouting/frr/pull/5865#discussion_r597670225

As this comment says. ZEBRA_FLAG_XXX should not have been used.
To communicate SRv6 Route Information. A simple Nexthop Flag would
have been sufficient for SRv6 information. And I fixed the whole
thing that way.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
bgpd/bgp_zebra.c
lib/zclient.c
lib/zclient.h
sharpd/sharp_vty.c
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/vrf10_rib.json
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/vrf20_rib.json
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/vrf10_rib.json
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/vrf20_rib.json
zebra/zapi_msg.c