Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure kernel to include the OVS kernel module | Sona Sarmadi | 2018-04-30 | 1 | -0/+2 |
| | | | | | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> | ||||
* | ovs: rework ovs configs | Adrian Calianu | 2017-06-08 | 1 | -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> |