From 645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 16 Feb 2017 19:22:50 +0100 Subject: ipcpd: Move RIB configuration to common header Moves the definitions of paths in the RIB for the normal IPCP to a header ribconfig.h to avoid repetition. --- src/ipcpd/normal/ribmgr.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/ipcpd/normal/ribmgr.c') 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 + * Dimitri Staessens + * Sander Vrijders * * 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 #include -#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 #include @@ -44,8 +44,6 @@ #include #include -#define BOOT_PATH "/" BOOT_NAME - struct { flow_set_t * fs; fqueue_t * fq; -- cgit v1.2.3