commit | e38545bb2cd155306fd78223e0c579117fcfae90 | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Wed Apr 29 09:42:59 2015 +0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue May 05 09:37:55 2015 +0200 |
tree | d9cd5f1b36d67d081e564314c7b3f2b6a0bc5547 | |
parent | 491417ac6383e2ea557951b24eb7bd3fffb69394 [diff] |
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>