mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:13:28 +00:00
zebra: fix build with rtadv disabled
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>
This commit is contained in:
parent
49aee25dc4
commit
a879f2f815
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user