From 757cbecfeb13e0db0fd8db7b2a3e8c57f733e77d Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 13 Dec 2017 17:54:13 +0100 Subject: ipcpd: Integrate raptor into ouroboros 0.8 The raptor code is refactored to completely remove reduntant code relating to addresses. The dependency on the google protocol buffers is removed. The build system will only build raptor if the relevant kernel module is found on the system. The irm tool and the relevant documentation are updated. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/lib/irm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/irm.c') diff --git a/src/lib/irm.c b/src/lib/irm.c index e323ee28..fa0db727 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -137,6 +137,7 @@ int irm_bootstrap_ipcp(pid_t pid, config.dns_addr = conf->dns_addr; break; case IPCP_LOCAL: + case IPCP_RAPTOR: break; case IPCP_SHIM_ETH_LLC: config.if_name = conf->if_name; -- cgit v1.2.3