** No longer affects: linux (Ubuntu)
** Also affects: openvswitch (Ubuntu Precise)
Importance: Undecided
Status: New
** Also affects: openvswitch (Ubuntu Quantal)
Importance: Undecided
Status: New
** Changed in: openvswitch (Ubuntu Precise)
Assignee: (unassigned) => Chri
This commit is present in the latest 3.2/3.5 kernels for Ubuntu,
therefore I'll ifdef it for 3,2,0.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262692
Title:
oops using openvswitch 1.4.6 with 3.5
Ok so the problem is that Linux changed the prototype of
ip_select_indent. We can fix this on the ovs side using the following:
diff --git a/datapath/tunnel.c b/datapath/tunnel.c
index 1ebbc77..d62e1ea 100644
--- a/datapath/tunnel.c
+++ b/datapath/tunnel.c
@@ -1294,8 +1294,14 @@ int ovs_tnl_send(s
I need to find if the problem is with linux or openvswitch.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262692
Title:
oops using openvswitch 1.4.6 with 3.5 series kernel
To manage notifications
If I revert 77dc64ef531cfadd7d1d148f9a754e7a7c87c1f2
(703133de331a7a7df47f31fb9de51dc6f68a9de8 upstream) from the 3.5 series
Ubuntu kernel the problem disappears. Will need to investigate further
if this is something that should be solved in the ovs module or kernel
side.
** Tags added: bot-stop-n