Merge pull request #15183 from donaldsharp/zebra_nhg_worms

zebra: Fix NEXTHOP_GROUP_FPM define value
This commit is contained in:
Donatas Abraitis 2024-01-21 13:43:35 +02:00 committed by GitHub
commit 19672227ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 */