Re: [ovs-dev] [PATCH 2/3] routing-table: parse skb-mark from RTNETLINK msg

2017-01-23 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Dec 28, 2016, at 1:44 AM, Pravin B Shelar wrote: > > Keep track of skb-mark of given RTNL routing notification. > This will be used by next commit. > > Signed-off-by: Pravin B Shelar > --- > lib/route-table.c | 6

[ovs-dev] [PATCH 2/3] routing-table: parse skb-mark from RTNETLINK msg

2016-12-28 Thread Pravin B Shelar
Keep track of skb-mark of given RTNL routing notification. This will be used by next commit. Signed-off-by: Pravin B Shelar --- lib/route-table.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/route-table.c b/lib/route-table.c index 00f95e3..61c8cd8 100644 ---