Merge pull request #212 from plwhite/sbrplugin

Create new Source Based Routing plugin
This commit is contained in:
Dan Williams
2019-02-06 10:15:56 -06:00
committed by GitHub
5 changed files with 951 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions.
* `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).
* `sbr`: A plugin that configures source based routing for an interface (from which it is chained).
### Sample
The sample plugin provides an example for building your own plugin.