]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: fix build with rtadv disabled
authorTimo Teräs <timo.teras@iki.fi>
Wed, 29 Apr 2015 06:42:59 +0000 (09:42 +0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 18:15:47 +0000 (14:15 -0400)
Otherwise we get warning on rtadv_init() prototype not being
defined when compiling rtadv.c (as dummy stub is provided always).

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/rtadv.h

index 3011505dbc3a1347cb20aca27a16378911f06e06..e4c2c6b36ddff3ad96a8b81774269367a6d9c216 100644 (file)
@@ -111,5 +111,4 @@ extern void rtadv_cmd_init (void);
 extern void zebra_interface_radv_set (struct zserv *client, int sock, u_short length,
                           struct zebra_vrf *zvrf, int enable);
 
-
 #endif /* _ZEBRA_RTADV_H */