mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00:00
Implement a new network interface for netavark. For now only bridge networking is supported. The interface can create/list/inspect/remove networks. For setup and teardown netavark will be invoked. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"name": "internal",
|
|
"id": "3bed2cb3a3acf7b6a8ef408420cc682d5520e26976d354254f528c965612054f",
|
|
"driver": "bridge",
|
|
"network_interface": "podman8",
|
|
"created": "2021-10-06T18:50:54.25770461+02:00",
|
|
"subnets": [
|
|
{
|
|
"subnet": "10.89.7.0/24"
|
|
}
|
|
],
|
|
"ipv6_enabled": false,
|
|
"internal": true,
|
|
"dns_enabled": false,
|
|
"ipam_options": {
|
|
"driver": "host-local"
|
|
}
|
|
}
|