Re: [ovs-dev] [PATCH ovn] if-status: Fix logging of interface creation.

2021-06-11 Thread Mark Michelson
On 6/9/21 3:57 AM, Dumitru Ceara wrote: On 6/8/21 7:52 PM, Ilya Maximets wrote: 'iface->id' is NULL at this point, so the message is always the same: "Interface (null) create." Oops, thanks for fixing this! Fixes: 5c3371922994 ("if-status: Add OVS interface status management module.")

Re: [ovs-dev] [PATCH ovn] if-status: Fix logging of interface creation.

2021-06-09 Thread Dumitru Ceara
On 6/8/21 7:52 PM, Ilya Maximets wrote: > 'iface->id' is NULL at this point, so the message is always the same: > >"Interface (null) create." Oops, thanks for fixing this! > > Fixes: 5c3371922994 ("if-status: Add OVS interface status management module.") > Signed-off-by: Ilya Maximets > --

[ovs-dev] [PATCH ovn] if-status: Fix logging of interface creation.

2021-06-08 Thread Ilya Maximets
'iface->id' is NULL at this point, so the message is always the same: "Interface (null) create." Fixes: 5c3371922994 ("if-status: Add OVS interface status management module.") Signed-off-by: Ilya Maximets --- controller/if-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff