summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/enroll.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-09-27 17:24:59 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-09-29 15:12:36 +0200
commit39c7f82f4714f8515860d1c0e2726bff29e22944 (patch)
treebc3808da222d245ab0aecf9d73e22eed5bfb6fd7 /src/ipcpd/normal/enroll.c
parente3dba5812b1422a79e6e77ce9f923bade5a480e4 (diff)
downloadouroboros-39c7f82f4714f8515860d1c0e2726bff29e22944.tar.gz
ouroboros-39c7f82f4714f8515860d1c0e2726bff29e22944.zip
ipcpd: normal: React to flow events in link state policy
This will let the link state policy react to flow up and down events by notifying the PFFs of the routing instances of this event so they can take an appropriate action.
Diffstat (limited to 'src/ipcpd/normal/enroll.c')
-rw-r--r--src/ipcpd/normal/enroll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/normal/enroll.c b/src/ipcpd/normal/enroll.c
index d245d0bd..ee87aa23 100644
--- a/src/ipcpd/normal/enroll.c
+++ b/src/ipcpd/normal/enroll.c
@@ -131,6 +131,7 @@ static int send_rcv_enroll_msg(int fd)
enroll.conf.has_ttl = reply->conf->has_ttl;
enroll.conf.addr_auth_type = reply->conf->addr_auth_type;
enroll.conf.routing_type = reply->conf->routing_type;
+ enroll.conf.pff_type = reply->conf->pff_type;
enroll.conf.dif_info.dir_hash_algo
= reply->conf->dif_info->dir_hash_algo;