summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-09-18 15:23:21 -0700
committerPravin B Shelar <pshelar@nicira.com>2015-09-22 14:21:25 -0700
commitec96e6637630d33301540993509c5b037b3c422d (patch)
treec2e4fa0e726d8f07f1ecb59750463b8d49e0ed98 /.travis.yml
parentae09fae8a6b43299a628ae0989fe2fedb924d560 (diff)
downloadopenvswitch-ec96e6637630d33301540993509c5b037b3c422d.tar.gz
datapath: Fix compilation on kernel 3.18
Fixes following compilation error: In file included from ovs/datapath/linux/actions.c:30: ovs/datapath/linux/compat/include/linux/if_vlan.h:65: error: redefinition of ‘__vlan_hwaccel_push_inside’ include/linux/if_vlan.h:353: note: previous definition of ‘__vlan_hwaccel_push_inside’ was here ovs/datapath/linux/compat/include/linux/if_vlan.h:83: Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f4b9188ae..c721f53a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ env:
- KERNEL=4.0.9
- KERNEL=3.17.7 DPDK=1
- KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
- - KERNEL=3.17.7
+ - KERNEL=3.18.21
- KERNEL=3.16.7
- KERNEL=3.14.27
- KERNEL=3.12.35