diff options
author | Chris Wright <chrisw@sous-sol.org> | 2012-02-07 14:25:03 -0800 |
---|---|---|
committer | Chris Wright <chrisw@sous-sol.org> | 2012-02-07 14:28:14 -0800 |
commit | 87eafd071fd1ce70173616c7fb952a9798bd2923 (patch) | |
tree | 1c127315966d6e1210ad8fc156feac81cdbdf99b /config-generic | |
parent | 0aaee590a8513bbf0e39bbaafc8e016b46c4cd82 (diff) | |
download | kernel-87eafd071fd1ce70173616c7fb952a9798bd2923.tar.gz kernel-87eafd071fd1ce70173616c7fb952a9798bd2923.tar.xz kernel-87eafd071fd1ce70173616c7fb952a9798bd2923.zip |
Enable CONFIG_OPENVSWITCH as part of Fedora supporting Open vSwitch as
a more modern way to provide hypervisor based layer 2/3 switching for VMs.
http://fedoraproject.org/wiki/Features/Open_vSwitch
Diffstat (limited to 'config-generic')
-rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 108a9a9f4..6cfc1c4a2 100644 --- a/config-generic +++ b/config-generic @@ -1057,7 +1057,7 @@ CONFIG_NET_ACT_SIMP=m CONFIG_NET_ACT_SKBEDIT=m CONFIG_DCB=y -# CONFIG_OPENVSWITCH is not set +CONFIG_OPENVSWITCH=m CONFIG_NETPRIO_CGROUP=m |