Re: [PATCH net-next] net: openvswitch: Add a new action check_pkt_len

2019-03-25 Thread Pravin Shelar
On Sun, Mar 24, 2019 at 11:47 AM wrote: > > From: Numan Siddique > > This patch adds a new action - 'check_pkt_len' which checks the > packet length and executes a set of actions if the packet > length is greater than the specified length or executes > another set of actions if the packet length

[PATCH net-next] net: openvswitch: Add a new action check_pkt_len

2019-03-24 Thread nusiddiq
From: Numan Siddique This patch adds a new action - 'check_pkt_len' which checks the packet length and executes a set of actions if the packet length is greater than the specified length or executes another set of actions if the packet length is lesser or equal to. This action takes below nlattr