summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/ribmgr.c
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2017-02-17 10:00:48 +0000
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-17 10:00:48 +0000
commitf5ca2eed99c8fa741e8d2e8385d1b4f10e433df8 (patch)
treec5e4af02e99a098dd123509cc67bfeb6efb6d69c /src/ipcpd/normal/ribmgr.c
parent8cb5218438feaf455a297915d037675e3c3eea21 (diff)
parent645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 (diff)
downloadouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.tar.gz
ouroboros-f5ca2eed99c8fa741e8d2e8385d1b4f10e433df8.zip
Merged in dstaesse/ouroboros/be-ribmgr (pull request #378)0.4
ipcpd: Move RIB configuration to common header
Diffstat (limited to 'src/ipcpd/normal/ribmgr.c')
-rw-r--r--src/ipcpd/normal/ribmgr.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ipcpd/normal/ribmgr.c b/src/ipcpd/normal/ribmgr.c
index 05d881ea..f254bd50 100644
--- a/src/ipcpd/normal/ribmgr.c
+++ b/src/ipcpd/normal/ribmgr.c
@@ -3,7 +3,8 @@
*
* RIB manager of the IPC Process
*
- * Sander Vrijders <sander.vrijders@intec.ugent.be>
+ * Dimitri Staessens <dimitri.staessens@intec.ugent.be>
+ * Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -32,11 +33,10 @@
#include <ouroboros/fqueue.h>
#include <ouroboros/rib.h>
-#include "timerwheel.h"
-#include "addr_auth.h"
-#include "ribmgr.h"
-#include "gam.h"
#include "ae.h"
+#include "gam.h"
+#include "ribconfig.h"
+#include "ribmgr.h"
#include <stdlib.h>
#include <pthread.h>
@@ -44,8 +44,6 @@
#include <errno.h>
#include <assert.h>
-#define BOOT_PATH "/" BOOT_NAME
-
struct {
flow_set_t * fs;
fqueue_t * fq;