From: Daniel Walton Date: Wed, 10 May 2017 13:41:07 +0000 (-0400) Subject: zebra: ZEBRA_MIN_FEC_LENGTH should be 5 X-Git-Tag: reindent-master-before~176^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b5ab78e69144efb4dbd9429451e8391b013b434d;p=matthieu%2Ffrr.git 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 --- diff --git a/zebra/zserv.c b/zebra/zserv.c index 416e5444ea..66557b69c5 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -934,7 +934,7 @@ zserv_rnh_unregister (struct zserv *client, int sock, u_short length, return 0; } -#define ZEBRA_MIN_FEC_LENGTH 9 +#define ZEBRA_MIN_FEC_LENGTH 5 /* FEC register */ static int