Create new Source Based Routing plugin

This creates a new plugin (sbr) which sets up source based routing, for use
as a chained plugin for multi-network environments.
This commit is contained in:
Peter White
2018-10-01 14:12:33 +01:00
parent 726759b29b
commit 29928cff4d
5 changed files with 951 additions and 0 deletions

View File

@ -26,6 +26,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.