Skip to content

Commit

Permalink
Merge pull request containers#29 from baude/setupopts
Browse files Browse the repository at this point in the history
Add network information to setupopts
  • Loading branch information
openshift-merge-robot authored Oct 14, 2021
2 parents 6b8a197 + 04ad5ff commit 254cbcb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/test/config/setupopts.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
"id":"53ce4390f2adb1681eb1a90ec8b48c49c015e0a8d336c197637e7f65e365fa9e",
"internal":false,
"ipv6_enabled":true,
"name":"defaultNetwork"
"name":"defaultNetwork",
"network_interface": "podman0",
"subnets": [
{
"gateway":"192.168.43.1",
"subnet": "192.168.43.0/24"
}
]
}
}
}

0 comments on commit 254cbcb

Please sign in to comment.