From 38de1fd9af5a46c18ce5523b0c48e5f1c8679099 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 6 Dec 2016 14:01:32 +0100 Subject: ipcpd: Change IPCP_RUNNING to IPCP_OPERATIONAL Changes a state of the IPCP to a more correct terminology. --- src/ipcpd/ipcp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ipcpd/ipcp.h') diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index 58cb6309..9378f468 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -36,8 +36,7 @@ enum ipcp_state { IPCP_INIT, IPCP_CONFIG, IPCP_BOOTING, - IPCP_RUNNING, - IPCP_DISCONNECTED, + IPCP_OPERATIONAL, IPCP_SHUTDOWN }; -- cgit v1.2.3