From 1a02682d0695509bb8255b2d10dee48c61d83c34 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 27 Apr 2016 18:36:31 +0200 Subject: lib: client-side flow allocation flow allocation now propagates on the client side up to the IPCP. added UNKNOWN_AP and UNKNOWN_AE definitions to dev.h --- src/ipcpd/ipcp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ipcpd/ipcp.h') diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index f640d78b..9decac8b 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -26,9 +26,6 @@ #include "ipcp-ops.h" #include "ipcp-data.h" -/* needed to run over shim DIFs */ -#define ANONYMOUS_AP "__ANONYMOUS__" - enum ipcp_state { IPCP_INIT = 0, IPCP_ENROLLING, -- cgit v1.2.3