Skip to content

Commit

Permalink
Merge pull request FRRouting#17770 from opensourcerouting/fix/BGP_NEX…
Browse files Browse the repository at this point in the history
…THOP_EVPN_INCOMPLETE

bgpd: Use unique value for BGP_NEXTHOP_EVPN_INCOMPLETE flag
  • Loading branch information
donaldsharp authored Jan 6, 2025
2 parents 8ca4c3d + 0313bf9 commit 86fdf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_nexthop.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct bgp_nexthop_cache {
* L3 unreachable | VALID = 0 | VALID = 0
* | INCOMPLETE = 0 | INCOMPLETE = 0
*/
#define BGP_NEXTHOP_EVPN_INCOMPLETE (1 << 7)
#define BGP_NEXTHOP_EVPN_INCOMPLETE (1 << 8)

uint32_t srte_color;

Expand Down

0 comments on commit 86fdf01

Please sign in to comment.