From 90cc3234d147c403c877f819fbde3cf5c8220a06 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 15 Jul 2016 16:01:02 +0200 Subject: ipcpd: normal: Add main loop to normal IPCP This adds the main loop to the normal IPCP, just like it is present in the shim IPCPs. So in essence, the normal IPCP now reacts to all operations from ipcp.h. --- src/ipcpd/normal/ribmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipcpd/normal/ribmgr.c') diff --git a/src/ipcpd/normal/ribmgr.c b/src/ipcpd/normal/ribmgr.c index 39723e5a..98ed38c6 100644 --- a/src/ipcpd/normal/ribmgr.c +++ b/src/ipcpd/normal/ribmgr.c @@ -30,14 +30,14 @@ int ribmgr_init() { LOG_MISSING; - return -1; + return 0; } int ribmgr_fini() { LOG_MISSING; - return -1; + return 0; } int ribmgr_mgmt_flow(int fd) -- cgit v1.2.3