From 5d87cec1757c4e1c23ae778f2814363c1e39b43c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 15 May 2017 18:08:53 +0200 Subject: ipcpd: normal: Make routing a policy This makes the routing component into a policy since different approaches may exist to do this, depending on how high the rank of the DIF is. --- src/lib/irm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/irm.c') diff --git a/src/lib/irm.c b/src/lib/irm.c index d2f85bbf..68202ad9 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -126,6 +126,8 @@ int irm_bootstrap_ipcp(pid_t api, config.dt_gam_type = conf->dt_gam_type; config.has_rm_gam_type = true; config.rm_gam_type = conf->rm_gam_type; + config.has_routing_type = true; + config.routing_type = conf->routing_type; break; case IPCP_SHIM_UDP: config.has_ip_addr = true; -- cgit v1.2.3