mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 18:27: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>
22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"name": "label",
|
|
"id": "1aca80e8b55c802f7b43740da2990e1b5735bbb323d93eb5ebda8395b04025e2",
|
|
"driver": "bridge",
|
|
"network_interface": "podman15",
|
|
"created": "2021-10-06T18:50:54.25770461+02:00",
|
|
"subnets": [
|
|
{
|
|
"subnet": "10.89.13.0/24",
|
|
"gateway": "10.89.13.1"
|
|
}
|
|
],
|
|
"ipv6_enabled": false,
|
|
"internal": false,
|
|
"dns_enabled": true,
|
|
"labels": {
|
|
"mykey": "value"
|
|
},
|
|
"ipam_options": {
|
|
"driver": "host-local"
|
|
}
|
|
}
|