Acked-by: Donald Sharp <[email protected]> On Thu, Dec 24, 2015 at 1:10 PM, Lou Berger <[email protected]> wrote:
> Signed-off-by: Lou Berger <[email protected]> > Signed-off-by: David Lamparter <[email protected]> > --- > zebra/kernel_socket.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c > index fe9e4ac..790b142 100644 > --- a/zebra/kernel_socket.c > +++ b/zebra/kernel_socket.c > @@ -242,7 +242,9 @@ static const struct message rtm_flag_str[] = > {RTF_CLONING, "CLONING"}, > #endif /* RTF_CLONING */ > {RTF_XRESOLVE, "XRESOLVE"}, > +#ifdef RTF_LLINFO > {RTF_LLINFO, "LLINFO"}, > +#endif /* RTF_LLINFO */ > {RTF_STATIC, "STATIC"}, > {RTF_BLACKHOLE, "BLACKHOLE"}, > #ifdef RTF_PRIVATE > -- > 2.1.3 > > > _______________________________________________ > Quagga-dev mailing list > [email protected] > https://lists.quagga.net/mailman/listinfo/quagga-dev >
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
