mbox series

[ovs-dev,v2,0/2] add icmp6 action support to ovn acl framework

Message ID cover.1523266851.git.lorenzo.bianconi@redhat.com
Headers show
Series add icmp6 action support to ovn acl framework | expand

Message

Lorenzo Bianconi April 9, 2018, 10 a.m. UTC
Changes since v1:
- squashed ACTION_OPCODE_ICMP4 and ACTION_OPCODE_ICMP6 in ACTION_OPCODE_ICMP
- updated ovn-northd manpage
- added a NEWS item that describes the new features

Lorenzo Bianconi (2):
  OVN: add icmp6{} action support
  OVN: add icmp6 action to ovn acl reject support

 NEWS                      |  4 +++
 include/ovn/actions.h     |  5 ++--
 ovn/controller/pinctrl.c  | 73 +++++++++++++++++++++++++++++++++--------------
 ovn/lib/actions.c         | 24 +++++++++++++++-
 ovn/northd/ovn-northd.c   | 25 ++++++++++++++--
 ovn/ovn-nb.xml            |  3 +-
 ovn/ovn-sb.xml            | 26 +++++++++++++++++
 ovn/utilities/ovn-trace.c | 30 +++++++++++++++++++
 tests/ovn.at              | 30 +++++++++++++++++++
 9 files changed, 192 insertions(+), 28 deletions(-)

Comments

Ben Pfaff April 10, 2018, 11:36 p.m. UTC | #1
On Mon, Apr 09, 2018 at 12:00:23PM +0200, Lorenzo Bianconi wrote:
> Changes since v1:
> - squashed ACTION_OPCODE_ICMP4 and ACTION_OPCODE_ICMP6 in ACTION_OPCODE_ICMP
> - updated ovn-northd manpage
> - added a NEWS item that describes the new features
> 
> Lorenzo Bianconi (2):
>   OVN: add icmp6{} action support
>   OVN: add icmp6 action to ovn acl reject support

Thanks a lot, I applied this series to master.