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.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss