Skip to content

Commit

Permalink
fix: example network range
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jun 24, 2024
1 parent c14fc81 commit a809c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_session_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func ExampleSession_CreateNetwork() {
_ = sess.Client().NetworkRemove(ctx, "my-notwork")
netw, err := sess.CreateNetwork(ctx, "my-notwork",
net.WithInternal(),
net.WithIPAM(ipam.WithPool("0.0.1.0/24")))
net.WithIPAM(ipam.WithPool("0.0.42.0/24")))
if err != nil {
panic(err)
}
Expand Down

0 comments on commit a809c3d

Please sign in to comment.