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/lib/tests/rib_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/tests/rib_test.c') diff --git a/src/lib/tests/rib_test.c b/src/lib/tests/rib_test.c index a7ae7311..8996c379 100644 --- a/src/lib/tests/rib_test.c +++ b/src/lib/tests/rib_test.c @@ -29,6 +29,8 @@ #include #include +#define RIB_MAX_PATH_LEN 256 + int rib_test(int argc, char ** argv) { -- cgit v1.2.3