From 2c7e3030edb84abae14042f7a1a22b44255324be Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 20 Sep 2017 13:56:17 +0200 Subject: ipcpd: normal: Make PFF policy-based This turns the PDU Forwarding Function of the IPCP into a policy. For now only the simple PFF policy is available. --- 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 7e593cc6..0b949e5a 100644 --- a/src/lib/irm.c +++ b/src/lib/irm.c @@ -123,6 +123,8 @@ int irm_bootstrap_ipcp(pid_t api, config.addr_auth_type = conf->addr_auth_type; config.has_routing_type = true; config.routing_type = conf->routing_type; + config.has_pff_type = true; + config.pff_type = conf->pff_type; dif_info.dir_hash_algo = conf->dif_info.dir_hash_algo; break; case IPCP_SHIM_UDP: -- cgit v1.2.3