[ovs-discuss] Warning on "unsupported bfd"

Ben Pfaff blp at nicira.com
Mon Jul 14 15:31:41 UTC 2014


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.



More information about the discuss mailing list