mbox series

[ovs-dev,0/2] add tcp reset support to ovn acl framework

Message ID cover.1522853801.git.lorenzo.bianconi@redhat.com
Headers show
Series add tcp reset support to ovn acl framework | expand

Message

Lorenzo Bianconi April 4, 2018, 3:06 p.m. UTC
Changes since RFC:
- add IPv6 support
- fix sparse warnings in execute_tcp_reset routine
- update the ovn-northd manpage

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

 include/ovn/actions.h     |  7 +++++
 ovn/controller/pinctrl.c  | 77 +++++++++++++++++++++++++++++++++++++++++++++++
 ovn/lib/actions.c         | 22 ++++++++++++++
 ovn/northd/ovn-northd.c   | 30 ++++++++++++++----
 ovn/ovn-nb.xml            |  1 -
 ovn/ovn-sb.xml            |  6 +---
 ovn/utilities/ovn-trace.c | 31 +++++++++++++++++++
 tests/ovn.at              | 42 ++++++++++++++++++++++++++
 8 files changed, 204 insertions(+), 12 deletions(-)

Comments

Ben Pfaff April 4, 2018, 5:11 p.m. UTC | #1
On Wed, Apr 04, 2018 at 05:06:35PM +0200, Lorenzo Bianconi wrote:
> Changes since RFC:
> - add IPv6 support
> - fix sparse warnings in execute_tcp_reset routine
> - update the ovn-northd manpage
> 
> Lorenzo Bianconi (2):
>   OVN: add tcp_reset{} action support
>   OVN: add tcp_reset action to ovn acl reject support

Thanks, I applied this series to master.