mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-23 16:57: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>
23 lines
573 B
JSON
23 lines
573 B
JSON
{
|
|
"name": "dualstack",
|
|
"id": "6839f44f0fd01c5c5830856b66a1d7ce46842dd8798be0addf96f7255ce9f889",
|
|
"driver": "bridge",
|
|
"network_interface": "podman21",
|
|
"created": "2021-10-06T18:50:54.25770461+02:00",
|
|
"subnets": [
|
|
{
|
|
"subnet": "fd10:88:a::/64",
|
|
"gateway": "fd10:88:a::1"
|
|
},
|
|
{
|
|
"subnet": "10.89.19.0/24",
|
|
"gateway": "10.89.19.10"
|
|
}
|
|
],
|
|
"ipv6_enabled": true,
|
|
"internal": false,
|
|
"dns_enabled": true,
|
|
"ipam_options": {
|
|
"driver": "host-local"
|
|
}
|
|
}
|