summaryrefslogtreecommitdiffstats
path: root/features/openvswitch/vswitch.scc
Commit message (Collapse)AuthorAgeFilesLines
* ovs: rework ovs configsAdrian Calianu2017-06-081-4/+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>
* Move openvswitch fragment from meta-virtualizationGabriel Ionescu2017-03-301-0/+4
This patch contains the same openvswitch configurations present in meta-virtualization. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>