4 Commits

Author SHA1 Message Date
cfee21011c network create should use firewall plugin
when creating a network, podman should add the firewall plugin to the
config but not specify a backend.  this will allow cni to determine
whether it should use an iptables|firewalld backend.

Downstream-patch: podman-1805212.patch
Signed-off-by: Brent Baude <bbaude@redhat.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-06-28 13:11:41 +02:00
325597871f network create should use firewall plugin
when creating a network, podman should add the firewall plugin to the config but not specify a backend.  this will allow cni to determine whether it should use an iptables|firewalld backend.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-09-16 14:58:02 -04:00
2f6b8b94e8 enable dnsplugin for network create
when users create a new network and the dnsname plugin can be found by
podman, we will enable container name resolution on the new network.
there is an option to opt *out* as well.

tests cannot be added until we solve the packaging portion of the
dnsname plugin.

Signed-off-by: baude <bbaude@redhat.com>
2019-10-28 12:52:30 -05:00
ee432cf279 podman network create
initial implementation of network create.  we only support bridging
networks with this first pass.

Signed-off-by: baude <bbaude@redhat.com>
2019-09-09 09:32:43 -05:00