From: Zongkai LI
This patch tries to allow OVN native DHCPv6 responder to respond multiple
IA Address Options in a DHCPv6 reply message, this will help a lswitch port
to configure all IPv6 addresses belongs to it in DHCPv6 processing.
This fixes issue lswitch port can only get one IPv6 address,
Visit http://openvswitch.org/mailman/options/dev, enter your email
address, click on Unsubscribe.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Miguel Antonio
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/28/2016 05:51:38 PM:
> From: Ryan Moats/Omaha/IBM@IBMUS
> To: dev@openvswitch.org
> Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS
> Date: 08/28/2016 05:51 PM
> Subject: [PATCH] ovn-controller: Convert encaps module back to full
processing
>
> Commit f5d916cb
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/28/2016 05:51:02 PM:
> From: Ryan Moats/Omaha/IBM@IBMUS
> To: dev@openvswitch.org
> Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS
> Date: 08/28/2016 05:51 PM
> Subject: [PATCH] Unpersist data structures for address sets.
>
> With the removal of incremental pro
Commit f5d916cb ("ovn-controller: Back out incremental processing")
left the conversion of the encaps module to a future patch set.
This patch converts this module back to full processing, but
does not remove all persistence of associated data strcutures.
This commit depends on f5d916cb ("ovn-cont
With the removal of incremental processing, it is no longer
necessary to persist the data structures for storing address
sets. Simplify things by removing this complexity.
Side effect: fixed a memory leak in expr_macros_destroy that
is evidenced by this change.
This commit depends on f5d916cb ("
Hi, can you resubmit with performance data in the commit message? It's
important information.
Thanks,
Ben.
On Thu, Aug 25, 2016 at 06:31:18PM +, Rodriguez Betancourt, Esteban wrote:
> For example:
> 50 process inserting each 1000 rows to a test table (4 columns: string * 2,
> bool, intege
Signed-off-by: nickcooper-zhangtonghao
---
ovn/utilities/ovn-nbctl.8.xml | 35 +++
1 file changed, 35 insertions(+)
diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index d44f039..fa908b7 100644
--- a/ovn/utilities/ovn-nbctl.8.xml
+++ b/o
This patches provide the command line to create load-balancer and add
the unit tests.
nickcooper-zhangtonghao (3):
vn-nbctl: Add LB commands.
tests: Add LB commands unit tests.
ovn-nbctl: Update manpage.
ovn/ovn-nb.ovsschema | 5 +-
ovn/ovn-nb.xml| 6 ++
ovn/ut
Signed-off-by: nickcooper-zhangtonghao
---
ovn/ovn-nb.ovsschema | 5 +-
ovn/ovn-nb.xml| 6 ++
ovn/utilities/ovn-nbctl.c | 163 +-
3 files changed, 171 insertions(+), 3 deletions(-)
diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovs
11 matches
Mail list logo