On Fri, Oct 7, 2011 at 1:03 PM, Pravin B Shelar wrote:
> diff --git a/datapath/actions.c b/datapath/actions.c
> index 945c461..f619e43 100644
> --- a/datapath/actions.c
> +++ b/datapath/actions.c
> @@ -295,6 +310,12 @@ static int do_execute_actions(struct datapath *dp,
> struct sk_buff *skb,
>
>
On Fri, Oct 07, 2011 at 01:03:27PM -0700, Pravin B Shelar wrote:
> Following match makes necessary changes required in ovs kernel module
> to handle new format of actions list passed from user-space.
> Validation and execution paths are changed.
>
> Signed-off-by: Pravin B Shelar
> Bug #7115
> +
Following match makes necessary changes required in ovs kernel module
to handle new format of actions list passed from user-space.
Validation and execution paths are changed.
Signed-off-by: Pravin B Shelar
Bug #7115
---
datapath/actions.c | 191 -