diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/dif_config.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/dif_config.h b/include/ouroboros/dif_config.h index 20e86cd1..c365800c 100644 --- a/include/ouroboros/dif_config.h +++ b/include/ouroboros/dif_config.h @@ -27,8 +27,8 @@  #define OUROBOROS_DIF_CONFIG_H  enum ipcp_type { -        IPCP_NORMAL = 0, -        IPCP_LOCAL, +        IPCP_LOCAL = 0, +        IPCP_NORMAL,          IPCP_SHIM_UDP,          IPCP_SHIM_ETH_LLC  };  | 
