aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
Commit message (Collapse)AuthorAge
* openvswitch: fix build with kernel >= 3.18.13Hauke Mehrtens2015-05-24
| | | | | | | This fixes a build problem with kernel >= 3.18.13. This should close #1283. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* openvswitch: fixup kernels for older versionsSteven Barth2015-04-20
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* openvswitch: Fixup SUPPORTED_KERNELsSteven Barth2015-04-20
| | | | Signed-off-By: Steven Barth <steven@midlink.org>
* openvswitch: upgrade to version 2.3.90, review #1Emanuele Bovisio2015-04-17
|
* openvswitch: upgrade to version 2.3.90Emanuele Bovisio2015-04-17
|
* openvswitch: limit kernel package to supported kernel versionsAlexandru Ardelean2015-03-08
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: limit package to supported kernel versionsAlexandru Ardelean2015-02-21
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: upgrade to version 2.3.1Alexandru Ardelean2015-01-06
| | | | | | | | | | Release notes here: https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS Remove patch (included in 2.3.1): 0005-datapath-backport___ip_select_ident_function.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: use EXTRA_CFLAGS instead of KCFLAGSAlexandru Ardelean2014-12-03
| | | | | | The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: switch patch with patch from ovs trunkAlexandru Ardelean2014-12-03
| | | | | | | | | | | After a few discussions with the guys working on OpenVSwitch they've recommended we use the EXTRA_CFLAGS env var for setting flags for the kernel module. They've updated the trunk with a patch to accomodate that. That patch is also in this commit, and replaces a patch that I proposed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* openvswitch: add +kmod-vxlan dependency for kernels >= 3.12Alexandru Ardelean2014-10-31
| | | | | | | | | | | | | | | | When OVS detects a kernel version >= 3.12 it does not build it's own vxlan module and tries to use the kernel's, when building the OVS kernel module. I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package. This will add the kernel's vxlan.ko kernel module if it exists. So, for kernel >= 3.12, this package should exist and be installed when installing OVS. Tested on OpenWRT trunk with kernel 3.14.18. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #486 from commodo/ovs-build-fix2champtar2014-10-30
|\ | | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"
| * openvswitch: add patch "datapath: Backport __ip_select_ident() function"Alexandru Ardelean2014-10-30
| | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | openvswitch: fix build for gcc versions below 4.9Alexandru Ardelean2014-10-30
|/ | | | | | | | | | | | Seems that while fixing the build for GCC 4.9 I broke the build for GCC 4.8, because that KCFLAG I added causes a build error (since it's not recognized). The fix is to add KCFLAG only when GCC 4.9 is used. OpenVSwitch now builds successfully with GCC 4.8 and 4.9. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules buildAlexandru Ardelean2014-10-28
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add patch for adding KCFLAGS var to the OVS buildAlexandru Ardelean2014-10-28
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add openvswitch-ipsesc package backAlexandru Ardelean2014-10-17
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add openvswitch-python subpackageAlexandru Ardelean2014-10-17
| | | | | | | Requires python package. Required by other openvswitch subpackages (like openvswitch-python). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: Run with nice -10 (#1765)Helmut Schaa2014-09-22
| | | | | | | This is default if ovs is started through ovs-ctl but we start it directly, hence tell procd to use nice -10 for ovs. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
* openvswitch: remove openvswitch-package until python package is put back inAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: fix package URLAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: change order of the installsAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackagesAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: merge openvswitch-common + openvswitch-switch into openvswitchAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: move openvswitch-common/postinst after installAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: disable MIPS16Steven Barth2014-09-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* openvswitch: remove ovs-controller packageAlexandru Ardelean2014-09-17
| | | | | | | | | | | | | | | | | | | | | | According to the NEWS message from the main OVS site: http://openvswitch.org/releases/NEWS-2.3.0 Excerpt: - ovs-controller has been renamed test-controller. It is no longer packaged or installed by default, because too many users assumed incorrectly that ovs-controller was a necessary or desirable part of an Open vSwitch deployment. Current feed was updated based on a feed that packaged OVS 1.9, and subsequently updated. For now, we'll remove it, since it's not required. When I tested the feed, I tested it on a setup that has been configured some time ago, and does not have that package enabled. So, I'll remove it to prevent confusion. Signed-off-by: Alexandru Ardelean ardeleanalex@gmail.com
* openvswitch: initial feed at OpenVSwitch version 2.3Alexandru Ardelean2014-09-16
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>