From 427a38e2d7dd8192e1eac5a7b024e34d4098f875 Mon Sep 17 00:00:00 2001 From: 17110595 <64948939@qq.com> Date: Wed, 11 Jul 2018 23:59:09 +0800 Subject: [PATCH] fix_loopback_readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0e44435..22a7bbd0 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Some CNI network plugins, maintained by the containernetworking team. For more i ## Plugins supplied: ### Main: interface-creating * `bridge`: Creates a bridge, adds the host and the container to it. -* `ipvlan`: Adds an [ipvlan](https://www.kernel.org/doc/Documentation/networking/ipvlan.txt) interface in the container -* `loopback`: Creates a loopback interface -* `macvlan`: Creates a new MAC address, forwards all traffic to that to the container +* `ipvlan`: Adds an [ipvlan](https://www.kernel.org/doc/Documentation/networking/ipvlan.txt) interface in the container. +* `loopback`: Set the state of loopback interface to up. +* `macvlan`: Creates a new MAC address, forwards all traffic to that to the container. * `ptp`: Creates a veth pair. * `vlan`: Allocates a vlan device.