mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:23:06 +00:00
Merge pull request #15183 from donaldsharp/zebra_nhg_worms
zebra: Fix NEXTHOP_GROUP_FPM define value
This commit is contained in:
commit
19672227ef
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user