From b1b35707aae57d299933f029eb0adc0a9000f97f Mon Sep 17 00:00:00 2001 From: Anders F Björklund Date: Mon, 23 Nov 2020 22:04:06 +0100 Subject: Add podman network create option for bridge mtu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- pkg/domain/entities/network.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/domain/entities/network.go b/pkg/domain/entities/network.go index f14cac7ef..65a110fd9 100644 --- a/pkg/domain/entities/network.go +++ b/pkg/domain/entities/network.go @@ -45,6 +45,8 @@ type NetworkCreateOptions struct { Range net.IPNet Subnet net.IPNet IPv6 bool + // Mapping of driver options and values. + Options map[string]string } // NetworkCreateReport describes a created network for the cli -- cgit v1.2.3-54-g00ecf