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");
+
        mutex_lock(&brc_serial);
 
        /* Increment sequence number first, so that we ignore any replies
-- 
1.7.10

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to