On 06.06.2018 02:02, Ben Pfaff wrote:
> 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 <tredae...@redhat.com>
>>> Reported-at: 
>>> https://mail.openvswitch.org/pipermail/ovs-discuss/2018-March/046406.html
>>> Signed-off-by: Ben Pfaff <b...@ovn.org>
>>> Tested-By: Timothy Redaelli <tredae...@redhat.com>
>>> ---
>>>  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.

Thanks.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to