mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-04 14:47:51 +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>
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"name": "mtu",
|
|
"id": "49be6e401e7f8b9844afb969dcbc96e78205ed86ec1e5a46150bd4ab4fdd5686",
|
|
"driver": "bridge",
|
|
"network_interface": "podman13",
|
|
"created": "2021-10-06T18:50:54.25770461+02:00",
|
|
"subnets": [
|
|
{
|
|
"subnet": "10.89.11.0/24",
|
|
"gateway": "10.89.11.1"
|
|
}
|
|
],
|
|
"ipv6_enabled": false,
|
|
"internal": false,
|
|
"dns_enabled": true,
|
|
"options": {
|
|
"mtu": "1500"
|
|
},
|
|
"ipam_options": {
|
|
"driver": "host-local"
|
|
}
|
|
}
|