>     return iface->port->lacp & LACP_ACTIVE
> -        || iface->lacp_status != LACP_STATUS_DEFAULTED;
> +        || iface->lacp_status & LACP_CURRENT
> +        || iface->lacp_status & LACP_EXPIRED;
>  }

Didn't notice this instance, I will change it to x & (a | b | c) before merging.

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev_openvswitch.org

Reply via email to