summaryrefslogtreecommitdiffstats
path: root/features/openvswitch/openvswitch.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Configure kernel to include the OVS kernel moduleSona Sarmadi2018-04-301-0/+2
| | | | | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* ovs: rework ovs configsAdrian Calianu2017-06-081-0/+1
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>