zebra: Fix NEXTHOP_GROUP_FPM define value

The NEXTHOP_GROUP_FPM #define conflicts with
NEXTHOP_GROUP_KEEP_AROUND.  Not ideal let's fix
this.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-01-20 19:10:07 -05:00
parent e37f18b780
commit daed95ddce

View File

@ -143,7 +143,7 @@ struct nhg_hash_entry {
/* /*
* Track FPM installation status.. * 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 */ /* Upper 4 bits of the NHG are reserved for indicating the NHG type */