podman/libpod/network
baude e11d8f15e8 add macvlan as a supported network driver
instead of using the --macvlan to indicate that you want to make a
macvlan network, podman network create now honors the driver name of
*macvlan*.  Any options to macvlan, like the parent device, should be
specified as a -o option.  For example, -o parent=eth0.

the --macvlan option was marked as deprecated in the man page but is
still supported for the duration of 3.0.

Signed-off-by: baude <bbaude@redhat.com>
2021-02-01 14:42:38 -06:00
..
config.go Fix custom mac address with a custom cni network 2020-11-24 15:16:23 +01:00
create.go add macvlan as a supported network driver 2021-02-01 14:42:38 -06:00
create_test.go Spelling 2020-12-22 13:34:31 -05:00
devices.go prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
files.go Add support for network ids 2020-12-02 10:27:00 +01:00
ip.go prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
lock.go Move the cni lock file into the cni config dir 2021-01-21 11:50:45 +01:00
netconflist.go add macvlan as a supported network driver 2021-02-01 14:42:38 -06:00
netconflist_test.go Always add the default gateway to the cni config file 2020-12-16 20:59:45 +01:00
network.go add macvlan as a supported network driver 2021-02-01 14:42:38 -06:00
network_test.go prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
subnet.go Fix ip-range for classless subnet masks 2020-11-23 11:55:29 +01:00
subnet_test.go Fix ip-range for classless subnet masks 2020-11-23 11:55:29 +01:00