[ovs-discuss] Warning on "unsupported bfd"

Gur Stavi gstavi at mrv.com
Thu Jul 10 08:08:20 UTC 2014


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(...)

Regards,
Gur

[E-Banner]<http://www.mrv.com/products/optidriver>


The contents of this message, together with any attachments, are intended only for the use of the person(s) to whom they are addressed and may contain confidential and/or privileged information. If you are not the intended recipient, immediately advise the sender, delete this message and any attachments and note that any distribution, or copying of this message, or any attachment, is prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20140710/bce25e28/attachment-0002.html>


More information about the discuss mailing list