summaryrefslogtreecommitdiffstats
path: root/features/openvswitch/vswitch.cfg
Commit message (Collapse)AuthorAgeFilesLines
* ovs: rework ovs configsAdrian Calianu2017-06-081-3/+0
| | | | | | | | | | | | | according to http://docs.openvswitch.org/en/latest/intro/install/general/ ovs kernel module exists in two places: - in kernel tree, which cane be enabled with kernel_ovs.scc - in OVS tree, which can be enabled with openvswitch_support.scc (adding only the support required by OVS in kernel) and the module is built from OVS source tree, separatly. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* OVS: add tun/tap support since is required by OVSAdrian Calianu2017-05-251-0/+1
| | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* Move openvswitch fragment from meta-virtualizationGabriel Ionescu2017-03-301-0/+2
This patch contains the same openvswitch configurations present in meta-virtualization. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>