On Thu, Jul 10, 2014 at 08:08:20AM +0000, Gur Stavi wrote:
> If bfd is unsupported by ofproto class an 'unsupported' warning is
> displayed. No such warning is displayed for other unsupported
> protocols.
> 
> Proposed fix:
> In the function:
> ofproto_port_set_bfd
> 
> Change:
> 
> if (error) {
>         VLOG_WARN(...)
> 
> To:
> 
> if (error && error != EOPNOTSUPP) {
>         VLOG_WARN(...)

OK, please submit a patch in the usual way.  See CONTRIBUTING.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to