From 02830801df12e8e656225708b1636179864f9928 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 8 Jun 2017 12:32:31 +0200 Subject: ovs: rework ovs configs 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 --- features/openvswitch/ingress_policy.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/openvswitch/ingress_policy.cfg (limited to 'features/openvswitch/ingress_policy.cfg') diff --git a/features/openvswitch/ingress_policy.cfg b/features/openvswitch/ingress_policy.cfg new file mode 100644 index 0000000..e0e09a5 --- /dev/null +++ b/features/openvswitch/ingress_policy.cfg @@ -0,0 +1,3 @@ +NET_CLS_BASIC=m +NET_ACT_POLICE=m +CONFIG_NET_SCH_INGRESS=m -- cgit v1.2.3-54-g00ecf