Skip to content

Commit

Permalink
openvswitch: Copy individual actions.
Browse files Browse the repository at this point in the history
Rather than validating actions and then copying all actiaons
in one block, following patch does same operation in single pass.
This validate and copy action one by one. This is required for
ovs tunneling patch.

This patch does not change any functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pravin B Shelar authored and David S. Miller committed Jun 20, 2013
1 parent 9a62822 commit 74f84a5
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 58 deletions.
Loading

0 comments on commit 74f84a5

Please sign in to comment.