On 29 January 2017 at 23:04, Alin Serdean <[email protected]>
wrote:

> From: Alin Serdean <[email protected]>
>
> Found by inspection.
>
> Signed-off-by: Alin Gabriel Serdean <[email protected]>
>
Applied, thanks!


> ---
> v2: change paranthesis as suggested by Gurucharan Shetty <[email protected]>
> ---
>  ovn/utilities/ovn-trace.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ovn/utilities/ovn-trace.c b/ovn/utilities/ovn-trace.c
> index 307556b..b894442 100644
> --- a/ovn/utilities/ovn-trace.c
> +++ b/ovn/utilities/ovn-trace.c
> @@ -1224,7 +1224,7 @@ execute_output(const struct ovntrace_datapath *dp,
> struct flow *uflow,
>          }
>      }
>
> -    if (port->tunnel_key != in_key || allow_loopback) {
> +    if ((port && port->tunnel_key != in_key) || allow_loopback) {
>          struct ovntrace_node *node = ovntrace_node_append(
>              super, OVNTRACE_NODE_PIPELINE,
>              "egress(dp=\"%s\", inport=\"%s\", outport=\"%s\")",
> --
> 2.10.2.windows.1
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to