From 8ebea58550e28e24f87c8b8b1a70ccde19d59401 Mon Sep 17 00:00:00 2001 From: Jing Ai Date: Fri, 12 Jan 2018 12:06:48 -0800 Subject: [PATCH] Update IPVLAN modes by adding l3s in README. --- plugins/main/ipvlan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/ipvlan/README.md b/plugins/main/ipvlan/README.md index 988555ef..f4a3a75a 100644 --- a/plugins/main/ipvlan/README.md +++ b/plugins/main/ipvlan/README.md @@ -28,7 +28,7 @@ Because all ipvlan interfaces share the MAC address with the host interface, DHC * `name` (string, required): the name of the network. * `type` (string, required): "ipvlan". * `master` (string, required): name of the host interface to enslave. -* `mode` (string, optional): one of "l2", "l3". Defaults to "l2". +* `mode` (string, optional): one of "l2", "l3", "l3s". Defaults to "l2". * `mtu` (integer, optional): explicitly set MTU to the specified value. Defaults to the value chosen by the kernel. * `ipam` (dictionary, required): IPAM configuration to be used for this network.