On Thu, Dec 20, 2018 at 08:31:39PM +0300, Ilya Maximets wrote: > While configuring sFlow agent OVS tries to treat the value as a name > of the interface at first, after that it tries to treat it as an ip > address. While trying to create netdev from the 'agent', netdev-bsd > calls 'netdev_get_flags()' which produces following warning: > > failed to get flags for network device 127.0.0.1 > > This does not happen with netdev-linux because it uses its own > implementation of 'get_flags' while creating the netdev. > > Let's just ignore the warning for sFlow tests. > > Signed-off-by: Ilya Maximets <[email protected]>
Seems reasonable. Applied to master, thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
