On 31/07/2015 01:30, "Joe Stringer" wrote:
>On 30 July 2015 at 11:37, Daniele Di Proietto
>wrote:
>> I get a warning in the OVS log that causes this test to fail.
>>
>> It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP)
>> OVS gets a rtnetlink message (because br0 had an address i
On 30 July 2015 at 11:37, Daniele Di Proietto wrote:
> I get a warning in the OVS log that causes this test to fail.
>
> It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP)
> OVS gets a rtnetlink message (because br0 had an address in the
> routing table), but route_table_parse() fails
On 30 July 2015 at 12:02, Andy Zhou wrote:
> On Wed, Jul 29, 2015 at 4:52 PM, Joe Stringer wrote:
>> Signed-off-by: Joe Stringer
>> ---
>> tests/kmod-macros.at | 20
>> tests/kmod-traffic.at | 49 +
>> 2 files changed, 69 ins
On Wed, Jul 29, 2015 at 4:52 PM, Joe Stringer wrote:
> Signed-off-by: Joe Stringer
> ---
> tests/kmod-macros.at | 20
> tests/kmod-traffic.at | 49 +
> 2 files changed, 69 insertions(+)
>
> diff --git a/tests/kmod-macros.at b/
I get a warning in the OVS log that causes this test to fail.
It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP)
OVS gets a rtnetlink message (because br0 had an address in the
routing table), but route_table_parse() fails, because
if_indextoname() returns an error (the device is not
Signed-off-by: Joe Stringer
---
tests/kmod-macros.at | 20
tests/kmod-traffic.at | 49 +
2 files changed, 69 insertions(+)
diff --git a/tests/kmod-macros.at b/tests/kmod-macros.at
index 3487c67..be3c123 100644
--- a/tests/kmod