Re: [ovs-dev] [PATCH] NEWS: Add recently added OVN IPv6 features

2017-11-03 Thread Ben Pfaff
On Fri, Nov 03, 2017 at 09:13:16AM +0530, nusid...@redhat.com wrote:
> From: Numan Siddique 
> 
> OVN now supports sending IPv6 RA packet in response to the RS packet
> and resolves the unknown next hop MACs by generating a NS packet.
> 
> Mention this in the NEWS.
> 
> Signed-off-by: Numan Siddique 

Applied, thanks!
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] NEWS: Add recently added OVN IPv6 features

2017-11-02 Thread nusiddiq
From: Numan Siddique 

OVN now supports sending IPv6 RA packet in response to the RS packet
and resolves the unknown next hop MACs by generating a NS packet.

Mention this in the NEWS.

Signed-off-by: Numan Siddique 
---
 NEWS | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 1325d3146..047f34b9f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ Post-v2.8.0
- OVN:
  * The "requested-chassis" option for a logical switch port now accepts a
chassis "hostname" in addition to a chassis "name".
+ * IPv6
+   - Added support to send IPv6 Router Advertisement packets in response to
+ the IPv6 Router Solicitation packets from  the VIF ports.
+   - Added support to generate Neighbor Solicitation packets using the OVN
+ action 'nd_ns' to resolve unknown next hop MAC addresses for the
+ IPv6 packets.
- Linux kernel 4.13
  * Add support for compiling OVS with the latest Linux 4.13 kernel
 
-- 
2.13.5

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev