Re: [ovs-dev] [RFC 2/2] OVN: add tcp_reset action to ovn acl reject support

2018-04-01 Thread Ben Pfaff
On Tue, Mar 13, 2018 at 05:07:13PM +0100, Lorenzo Bianconi wrote: > Whenever the acl reject rule is hit by a TCP segment send back > a TCP RST packet to close the connection using the tcp_reset action. > Moreover add add tcp_reset test case to 'ACL reject rule test' > > Signed-off-by: Lorenzo Bian

[ovs-dev] [RFC 2/2] OVN: add tcp_reset action to ovn acl reject support

2018-03-13 Thread Lorenzo Bianconi
Whenever the acl reject rule is hit by a TCP segment send back a TCP RST packet to close the connection using the tcp_reset action. Moreover add add tcp_reset test case to 'ACL reject rule test' Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.c | 14 +- tests/ovn.at