From 96f66534c1a7913a87a65f7ccf110245e18ef453 Mon Sep 17 00:00:00 2001 From: Kishore Kunal Date: Mon, 11 Jan 2021 10:21:43 -0800 Subject: [PATCH] Updated based on review comment --- fpmsyncd/fpmlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpmsyncd/fpmlink.cpp b/fpmsyncd/fpmlink.cpp index f2be1c3d428..d51b3b482ae 100644 --- a/fpmsyncd/fpmlink.cpp +++ b/fpmsyncd/fpmlink.cpp @@ -20,7 +20,7 @@ void netlink_parse_rtattr(struct rtattr **tb, int max, struct rtattr *rta, } else { - /* Latest FRR is sending RTA_ENCAP with NLA_F_NESTED bit set*/ + /* FRR 7.5 is sending RTA_ENCAP with NLA_F_NESTED bit set*/ if (rta->rta_type & NLA_F_NESTED) { int rta_type = rta->rta_type & ~NLA_F_NESTED;