mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
zebra: ZEBRA_MIN_FEC_LENGTH should be 5
If the client registers for 0.0.0.0/0 the length will be 5 Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
343e90c328
commit
b5ab78e691
@ -934,7 +934,7 @@ zserv_rnh_unregister (struct zserv *client, int sock, u_short length,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ZEBRA_MIN_FEC_LENGTH 9
|
#define ZEBRA_MIN_FEC_LENGTH 5
|
||||||
|
|
||||||
/* FEC register */
|
/* FEC register */
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user