summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>2018-04-09 12:00:25 +0200
committerBen Pfaff <blp@ovn.org>2018-04-10 16:29:00 -0700
commitc319fabc8709d0f16981603ceb09b86cecb5c8cd (patch)
tree812db3e08ba7cff0d9eaebab32d71b1ecf8b1f33 /NEWS
parent3e7fa1e30c28d38f4dd7b5f6de969903c3bfeccb (diff)
downloadopenvswitch-c319fabc8709d0f16981603ceb09b86cecb5c8cd.tar.gz
OVN: add icmp6 action to ovn acl reject support
Whenever the acl reject rule is hit by an IPv6 packet send back an ICMPv6 destination unreachable packet using the icmp6 action Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0cfcac54f..757d648a1 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Post-v2.9.0
* OFPT_ROLE_STATUS is now available in OpenFlow 1.3.
- Linux kernel 4.14
* Add support for compiling OVS with the latest Linux 4.14 kernel
+ - ovn:
+ * implemented icmp4/icmp6/tcp_reset actions in order to drop the packet
+ and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for
+ other IPv4/IPv6-based protocols whenever a reject ACL rule is hit.
v2.9.0 - 19 Feb 2018
--------------------