From 2d6cac50d408d5e626bd96e8a6fd8f4aa792c18f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 26 Oct 2022 16:28:02 -0500 Subject: [PATCH] Actually rename the prop --- config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.proto b/config.proto index 49bc40b..631f6d8 100644 --- a/config.proto +++ b/config.proto @@ -334,7 +334,7 @@ message Config { /* * struct to keep static address */ - NetworkConfig eth_config = 8; + IpV4Config ipv4_config = 8; } /*