Re: [PATCH net-next v3 0/4] rtnl fdb get

2018-12-16 Thread David Miller
From: Roopa Prabhu Date: Sat, 15 Dec 2018 22:35:07 -0800 > From: Roopa Prabhu > > This series adds support for rtnl fdb get similar to > route get. > > v2: add nda_policy, fixes to exact msgs, strict nlmsg parsing > > v3: remove unnecessary attribute length checks + simplify code > as pointed

[PATCH net-next v3 0/4] rtnl fdb get

2018-12-15 Thread Roopa Prabhu
From: Roopa Prabhu This series adds support for rtnl fdb get similar to route get. v2: add nda_policy, fixes to exact msgs, strict nlmsg parsing v3: remove unnecessary attribute length checks + simplify code as pointed out by david Roopa Prabhu (4): net: rtnetlink: support for fdb get brid