
This plugin allows to create a VRF with the given name (or use the existing one if any) in the target namespace, and to allocate the interface to it. VRFs make it possible to use multiple routing tables on the same namespace and allows isolation among interfaces within the same namespace. On top of that, this allow different interfaces to have overlapping CIDRs (or even addresses). This is only useful in addition to other plugins. The configuration is pretty simple and looks like: { "type": "vrf", "vrfname": "blue" } Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
plugins/ipam/dhcp
|
|
plugins/main/bridge
|
|
plugins/main/host-device
|
|
plugins/main/ipvlan
|
|
plugins/main/loopback
|
|
plugins/main/macvlan
|
|
plugins/main/ptp
|
|
plugins/main/vlan
|
|
plugins/meta/portmap
|
|
plugins/meta/tuning
|
|
plugins/meta/bandwidth
|
|
plugins/meta/firewall
|
|
plugins/meta/vrf
|