From 0531d6161ee2b670a0ab2a72f26727d4ec3cacaf Mon Sep 17 00:00:00 2001 From: Sean Klein Date: Thu, 1 Feb 2024 12:00:43 -0800 Subject: [PATCH] Update how-to-run with new rack_network_config subnet (#4948) --- docs/how-to-run.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index c1f78a0521..6a0b8f79d5 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -298,7 +298,7 @@ routes = [{nexthop = "192.168.1.199", destination = "0.0.0.0/0"}] # Addresses associated with this port. # For softnpu, an address within the "infra" block above that will be used for # the softnpu uplink port. You can just pick the first address in that pool. -addresses = ["192.168.1.30/32"] +addresses = ["192.168.1.30/24"] # Name of the uplink port. This should always be "qsfp0" when using softnpu. port = "qsfp0" # The speed of this port.