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/dir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ipcpd/normal/dir.c') diff --git a/src/ipcpd/normal/dir.c b/src/ipcpd/normal/dir.c index c67d303f..55d6e3f6 100644 --- a/src/ipcpd/normal/dir.c +++ b/src/ipcpd/normal/dir.c @@ -26,13 +26,12 @@ #include "dir.h" #include "ipcp.h" +#include "ribconfig.h" #include #include #include -#define DIR_PATH "/" DIR_NAME - static char dir_path[RIB_MAX_PATH_LEN + 1]; static void dir_path_reset(void) { -- cgit v1.2.3