Skip to content

Commit

Permalink
Merge pull request #15183 from donaldsharp/zebra_nhg_worms
Browse files Browse the repository at this point in the history
zebra: Fix NEXTHOP_GROUP_FPM define value
  • Loading branch information
ton31337 authored Jan 21, 2024
2 parents e37f18b + daed95d commit 1967222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/zebra_nhg.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct nhg_hash_entry {
/*
* Track FPM installation status..
*/
#define NEXTHOP_GROUP_FPM (1 << 6)
#define NEXTHOP_GROUP_FPM (1 << 7)
};

/* Upper 4 bits of the NHG are reserved for indicating the NHG type */
Expand Down

0 comments on commit 1967222

Please sign in to comment.