On Fri, Dec 14, 2012 at 9:14 AM, Pravin B Shelar <[email protected]> wrote:
> Signed-off-by: Pravin B Shelar <[email protected]>
> ---
>  datapath/brcompat_main.c |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/datapath/brcompat_main.c b/datapath/brcompat_main.c
> index 1671b90..656cf58 100644
> --- a/datapath/brcompat_main.c
> +++ b/datapath/brcompat_main.c
> @@ -473,6 +473,9 @@ static struct sk_buff *brc_send_command(struct net *net,
>         struct sk_buff *reply;
>         int error;
>
> +       if (net_ratelimit())
> +               pr_warn("Bridge compatibility will be removed post 1.9 
> release\n");

I think this is better to do in the userspace utility on startup.  We
should also add an item to NEWS.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to