summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-06 09:19:14 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-15 13:26:55 +0200
commit8dc1f7fc888a59c5b723befdd0dbeff5587afa56 (patch)
treeed366b74e0fbbae2d8a198eb4412cebf09b3575f /zebra/main.c
parentead4ee99acd63d2342e9e9dda7a8f5a103a6f550 (diff)
zebra: irdp: convert into module
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 72f96add86..bc7276817d 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -292,9 +292,6 @@ int main(int argc, char **argv)
#if defined(HAVE_RTADV)
rtadv_cmd_init();
#endif
-#ifdef HAVE_IRDP
- irdp_init();
-#endif
/* PTM socket */
#ifdef ZEBRA_PTM_SUPPORT
zebra_ptm_init();