From d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 8 Aug 2016 13:37:30 +0200 Subject: ipcpd: normal: Allow exchange of static DIF information This adds the functionality of exchanging the static DIF information between 2 DIF members. After exchange the enrollment is stopped, and the IPCP that initiated enrollment transitions to the enrolled state. --- src/ipcpd/shim-eth-llc/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/shim-eth-llc/main.c') diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c index 9f6573c9..e2799c19 100644 --- a/src/ipcpd/shim-eth-llc/main.c +++ b/src/ipcpd/shim-eth-llc/main.c @@ -820,6 +820,7 @@ static void * eth_llc_ipcp_sdu_writer(void * o) if (len <= 0) { pthread_rwlock_unlock(&_ipcp->state_lock); free(e); + LOG_ERR("Length of du map read was %d.", len); continue; } -- cgit v1.2.3