Skip to content

Commit

Permalink
Merge pull request containernetworking#209 from angelachin/readme-ban…
Browse files Browse the repository at this point in the history
…dwidth-update

Updated README to include bandwidth plugin
  • Loading branch information
rosenhouse authored Oct 5, 2018
2 parents 646dbba + 79e7b27 commit 726759b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions.
* `win-overlay`: Creates an overlay interface to the container.
### 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.

0 comments on commit 726759b

Please sign in to comment.