On Mon, Jun 04, 2018 at 04:49:28PM +0300, Ilya Maximets wrote: > On 01.04.2018 03:12, Ben Pfaff wrote: > > The --disable-system option indicates that the user wants to avoid using > > the host's datapath. This is also a good indication that the user does > > not want to use other host resources such as the routing table, so this > > commit implements that. > > > > This fixes a failure in the test "ptap - recirculate after packet_type > > change" when the host routing table contained an entry that affected the > > generated flow. Without this patch, the commands: > > > > # ip tuntap add mode tun tun0 > > # ip addr add dev tun0 10.8.0.10 > > > > led to a failure in that test. > > > > Reported-by: Timothy Redaelli <[email protected]> > > Reported-at: > > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-March/046406.html > > Signed-off-by: Ben Pfaff <[email protected]> > > Tested-By: Timothy Redaelli <[email protected]> > > --- > > lib/ovs-router.c | 19 +++++++++++++++++-- > > lib/ovs-router.h | 3 +++ > > vswitchd/ovs-vswitchd.c | 2 ++ > > 3 files changed, 22 insertions(+), 2 deletions(-) > > Hello, Ben. > Is it possible to backport these two patches to stable branch-2.9? > I have constant unit test failures on my local setup.
OK, done. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
