summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/ribmgr.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-15 16:01:02 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-07-15 16:28:32 +0200
commit90cc3234d147c403c877f819fbde3cf5c8220a06 (patch)
tree6e6595986c9744647404e3c8f404321dd1b476fd /src/ipcpd/normal/ribmgr.c
parent71956f22abec7bb15f6bfc52b4168ff85499eea1 (diff)
downloadouroboros-90cc3234d147c403c877f819fbde3cf5c8220a06.tar.gz
ouroboros-90cc3234d147c403c877f819fbde3cf5c8220a06.zip
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.
Diffstat (limited to 'src/ipcpd/normal/ribmgr.c')
-rw-r--r--src/ipcpd/normal/ribmgr.c4
1 files changed, 2 insertions, 2 deletions
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)