From 79e7b274941676a2d8107fc8d43669f9016f741e Mon Sep 17 00:00:00 2001 From: Angela Chin Date: Tue, 15 May 2018 18:15:32 +0100 Subject: [PATCH] Updated README to include bandwidth plugin Also standardized to upper case for sentence starts. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0e44435..55e29a6b 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ Some CNI network plugins, maintained by the containernetworking team. For more i ### IPAM: IP address allocation * `dhcp`: Runs a daemon on the host to make DHCP requests on behalf of the container -* `host-local`: maintains a local database of allocated IPs +* `host-local`: Maintains a local database of allocated IPs ### Meta: other plugins -* `flannel`: generates an interface corresponding to a flannel config file +* `flannel`: Generates an interface corresponding to a flannel config file * `tuning`: Tweaks sysctl parameters of an existing interface * `portmap`: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. +* `bandwidth`: Allows bandwidth-limiting through use of traffic control tbf (ingress/egress). ### Sample The sample plugin provides an example for building your own plugin.