On Tue, Jul 28, 2015 at 04:40:42PM -0700, Justin Pettit wrote:
> Do you think we should print a warning (at least once) to indicate
> that the integration bridge is missing? Otherwise, it could be
> confusing to someone why nothing's happening if they typo-ed their
> bridge name.
>
> Acked-by: Justin Pettit <[email protected]>
That's worthwhile. I added:
static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 1);
VLOG_WARN_RL(&rl, "%s: integration bridge does not exist", name);
to get_bridge().
Thanks,
Ben.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev