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
This commit is contained in:
Chris Wright 2012-02-07 14:25:03 -08:00
parent 0aaee590a8
commit 87eafd071f
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2312,6 +2312,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Feb 07 2012 Chris Wright <chrisw@redhat.com>
- Enable Open vSwitch
* Tue Feb 07 2012 Justin M. Forbes <jforbes@redhat.com>
- Add virtio-scsi support