summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/ribconfig.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-05-15 16:25:08 +0000
committerdimitri staessens <dimitri.staessens@ugent.be>2017-05-15 16:25:08 +0000
commit1b3079ce9ad79e9c9b267fde3d09b9c8166ed1e5 (patch)
treeea57e4a1e634d3b7e7325b61f6dba36d941e03ae /src/ipcpd/normal/ribconfig.h
parent0fc0f3701ef4f504e71eadcc92a93faf1dd33bf4 (diff)
parent5d87cec1757c4e1c23ae778f2814363c1e39b43c (diff)
downloadouroboros-1b3079ce9ad79e9c9b267fde3d09b9c8166ed1e5.tar.gz
ouroboros-1b3079ce9ad79e9c9b267fde3d09b9c8166ed1e5.zip
Merged in sandervrijders/ouroboros/be-routing-policy (pull request #506)
ipcpd: normal: Make routing a policy
Diffstat (limited to 'src/ipcpd/normal/ribconfig.h')
-rw-r--r--src/ipcpd/normal/ribconfig.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ipcpd/normal/ribconfig.h b/src/ipcpd/normal/ribconfig.h
index 2f5daf72..31c79fbe 100644
--- a/src/ipcpd/normal/ribconfig.h
+++ b/src/ipcpd/normal/ribconfig.h
@@ -26,14 +26,14 @@
/* RIB configuration for normal */
#define RIB_MAX_PATH_LEN 256
-#define DLR "/"
-#define BOOT_NAME "boot"
-#define MEMBERS_NAME "members"
-#define DIR_NAME "directory"
-#define ROUTING_NAME "fsdb"
-#define DIR_PATH DLR DIR_NAME
-#define BOOT_PATH DLR BOOT_NAME
-#define MEMBERS_PATH DLR MEMBERS_NAME
-#define ROUTING_PATH DLR ROUTING_NAME
+#define DLR "/"
+#define BOOT_NAME "boot"
+#define MEMBERS_NAME "members"
+#define DIR_NAME "directory"
+#define ROUTING_NAME "fsdb"
+#define DIR_PATH DLR DIR_NAME
+#define BOOT_PATH DLR BOOT_NAME
+#define MEMBERS_PATH DLR MEMBERS_NAME
+#define ROUTING_PATH DLR ROUTING_NAME
#endif /* OUROBOROS_IPCPD_NORMAL_RIB_CONFIG_H */