summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2017-02-16 19:22:50 +0100
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2017-02-17 10:53:43 +0100
commit645cf66af11ac36b81648f2e1eb3b1f5aeb7b544 (patch)
treec5e4af02e99a098dd123509cc67bfeb6efb6d69c /include
parent8cb5218438feaf455a297915d037675e3c3eea21 (diff)
downloadouroboros-645cf66af11ac36b81648f2e1eb3b1f5aeb7b544.tar.gz
ouroboros-645cf66af11ac36b81648f2e1eb3b1f5aeb7b544.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in
index 517eee45..7616961c 100644
--- a/include/ouroboros/config.h.in
+++ b/include/ouroboros/config.h.in
@@ -60,11 +60,5 @@
#define SOCKET_TIMEOUT 4000
#define CDAP_REPLY_TIMEOUT 1000
#define ENROLL_TIMEOUT 2000
-/* RIB configuration for normal */
-#define RIB_MAX_PATH_LEN 256
-#define BOOT_NAME "boot"
-#define MEMBERS_NAME "members"
-#define DIF_NAME "dif_name"
-#define DIR_NAME "directory"
#endif /* OUROBOROS_CONFIG */