diff --git a/config.proto b/config.proto index b04df40..a6ea330 100644 --- a/config.proto +++ b/config.proto @@ -278,7 +278,7 @@ message Config { STATIC = 1; } - message EthConfig { + message NetworkConfig { /* * Static IP address */ @@ -340,7 +340,7 @@ message Config { /* * struct to keep static address */ - EthConfig eth_config = 8; + NetworkConfig eth_config = 8; } /*