Skip to content

Commit

Permalink
Update how-to-run with new rack_network_config subnet (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein authored Feb 1, 2024
1 parent b88e966 commit 0531d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0531d61

Please sign in to comment.