Rename *-private-ipv4 to *-private-ip CLI args (#13208)

* Rename `*-private-ipv4` to `*-private-ip` CLI args

Renames the `*-private-ipv4` to `*-private-ip` in the CLI interface. The old names are staying as
alias, thus it will not break for anyone. Besides that it also fixes the naming in the rest of the code.

* FMT
This commit is contained in:
Bastian Köcher
2023-01-23 12:35:04 +01:00
committed by GitHub
parent 42e5c27c84
commit d20a9bdc21
6 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ fn node_config<
);
network_config.transport =
TransportConfig::Normal { enable_mdns: false, allow_private_ipv4: true };
TransportConfig::Normal { enable_mdns: false, allow_private_ip: true };
Configuration {
impl_name: String::from("network-test-impl"),