diff options
Diffstat (limited to 'src/ipcpd/ipcp.h')
-rw-r--r-- | src/ipcpd/ipcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index c9002d4d..70da0675 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -30,8 +30,6 @@ enum ipcp_state { IPCP_INIT = 0, - IPCP_ENROLLING, - IPCP_BOOTSTRAPPING, IPCP_ENROLLED, IPCP_DISCONNECTED, IPCP_SHUTDOWN |