summary refs log tree commit diff
path: root/src/core/ppp/nm-ppp-status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ppp/nm-ppp-status.h')
-rw-r--r--src/core/ppp/nm-ppp-status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ppp/nm-ppp-status.h b/src/core/ppp/nm-ppp-status.h
index a2576e9c..9f7dab05 100644
--- a/src/core/ppp/nm-ppp-status.h
+++ b/src/core/ppp/nm-ppp-status.h
@@ -22,7 +22,7 @@ typedef enum {
     NM_PPP_STATUS_TERMINATE    = 9,
     NM_PPP_STATUS_DISCONNECT   = 10,
     NM_PPP_STATUS_HOLDOFF      = 11,
-    NM_PPP_STATUS_MASTER       = 12,
+    NM_PPP_STATUS_CONTROLLER   = 12,
 
     /* these states are internal and not announced by the pppd plugin. */
     NM_PPP_STATUS_INTERN_UNKNOWN = 20,