commit | 74f84a5726c7d08c27745305e67474b8645c541d | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Mon Jun 17 17:50:12 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 19 18:07:41 2013 -0700 |
tree | 4a51b650c961117b791418873527c296ae183af1 | |
parent | 9a628224a61bbcd2b50b3ec96e661fbbb49b619a [diff] |
openvswitch: Copy individual actions. 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>