Signed-off-by: Han Zhou
---
ovn/utilities/ovn-nbctl.8.xml | 10 +-
ovn/utilities/ovn-nbctl.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index 122a114..74e79a3 100644
--- a/ovn/utilities/ovn-nbct
Ben Pfaff wrote on 07/30/2016 04:06:31 PM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: Kyle Mestery/Silicon Valley/IBM@IBMUS, dev@openvswitch.org
> Date: 07/30/2016 04:06 PM
> Subject: Re: [ovs-dev] Read only versions of the *ctl binaries
>
> On Sat, Jul 30, 2016 at 02:22:07PM -0500
Thanks! I'm working on code changes according to your comments. I
think we need more discussion about the ethertype matching. Please see
inline.
Thanks,
Xiao
On Thu, Jul 28, 2016 at 2:40 AM, Ben Pfaff wrote:
> On Tue, Jul 12, 2016 at 11:38:54PM +0800, Xiao Liang wrote:
>> Flow key handleing chan
Hi, All.
I followed this manual (
http://openvswitch.org/support/config-cookbooks/userspace-tunneling/).
From the manual, I have some questions about native tunneling with DPDK
option.
First, after creating userspace switch (datapath_type=netdev) in the
manual, how it assigns ip to bridge? In ad
On Sat, Jul 30, 2016 at 02:22:07PM -0500, Ryan Moats wrote:
> Ben Pfaff wrote on 07/30/2016 01:38:27 PM:
>
> > From: Ben Pfaff
> > To: Ryan Moats/Omaha/IBM@IBMUS
> > Cc: dev@openvswitch.org
> > Date: 07/30/2016 01:38 PM
> > Subject: Re: [ovs-dev] Read only versions of the *ctl binaries
> >
> > O
On Fri, Jul 29, 2016 at 10:28 AM, Mickey Spiegel
wrote:
>
> -"dev" wrote: -
>> To: Mickey Spiegel
>> From: Russell Bryant
>> Sent by: "dev"
>> Date: 07/29/2016 10:02AM
>> Cc: ovs dev
>> Subject: Re: [ovs-dev] [PATCH] ovn: Add second ACL stage
>>
>> On Fri, Jul 29, 2016 at 12:47 AM, Mick
Ben Pfaff wrote on 07/30/2016 01:38:27 PM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: dev@openvswitch.org
> Date: 07/30/2016 01:38 PM
> Subject: Re: [ovs-dev] Read only versions of the *ctl binaries
>
> On Fri, Jul 29, 2016 at 05:35:31PM -0500, Ryan Moats wrote:
> > Ben Pfaff wrot
On Fri, Jul 29, 2016 at 05:35:31PM -0500, Ryan Moats wrote:
> Ben Pfaff wrote on 07/29/2016 05:27:29 PM:
>
> > From: Ben Pfaff
> > To: Ryan Moats/Omaha/IBM@IBMUS
> > Cc: dev@openvswitch.org
> > Date: 07/29/2016 05:27 PM
> > Subject: Re: [ovs-dev] Read only versions of the *ctl binaries
> >
> > O
"dev" wrote on 29/07/2016 11:46:09 AM:
> From: Darrell Ball
> To: dlu...@gmail.com, d...@openvswitch.com, b...@ovn.org
> Date: 29/07/2016 11:46 AM
> Subject: [ovs-dev] [patch_v1] ovn: Add datapaths of interest filtering
(RFC).
> Sent by: "dev"
>
> This patch adds datapaths of interest support
On Sat, Jul 30, 2016 at 06:45:50AM -0500, Ryan Moats wrote:
> "dev" wrote on 07/30/2016 01:04:12 AM:
>
> > From: Ben Pfaff
> > To: dev@openvswitch.org
> > Cc: Ben Pfaff
> > Date: 07/30/2016 01:04 AM
> > Subject: [ovs-dev] [PATCH] ovn-sb.xml: Remove obsolete documentation
> > of OVN logical flow
"dev" wrote on 07/30/2016 01:04:12 AM:
> From: Ben Pfaff
> To: dev@openvswitch.org
> Cc: Ben Pfaff
> Date: 07/30/2016 01:04 AM
> Subject: [ovs-dev] [PATCH] ovn-sb.xml: Remove obsolete documentation
> of OVN logical flows.
> Sent by: "dev"
>
> This description might have been accurate for 5 min
"dev" wrote on 07/29/2016 11:55:13 PM:
> From: Ben Pfaff
> To: dev@openvswitch.org
> Date: 07/29/2016 11:55 PM
> Subject: [ovs-dev] RFC: two-week feature freeze on master before
branching
> Sent by: "dev"
>
> We've done a good job of getting our features into master before
> branching for the
The message could not be delivered
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
OVN implements native DHCPv6. DHCPv6 options are stored
in the 'DHCP_Options' NB table and logical ports refer to this
table to configure the DHCPv6 options.
For each logical port configured with DHCPv6 Options following flows
are added
- A logical flow which copies the DHCPv6 options to the DHCP
This patch adds a new OVN action 'put_dhcpv6_opts' to support native
DHCPv6 in OVN.
ovn-controller parses this action and adds a NXT_PACKET_IN2
OF flow with 'pause' flag set and the DHCPv6 options stored in
'userdata' field.
When the valid DHCPv6 packet is received by ovn-controller, it frames a
v2 -> v3
---
* Rebased the code.
* Patch had merge conflict. Resolved it.
v1 -> v2
patch 1
* Renamed the DHCPv6 option names from caps to lower cases
* Updated documentation
patch 2
* Addressed the review comments
* Updated documentation
--
Numan Siddique
This patch reads the 'Bridge.datapath_type' column value of the integration
bridge and 'Open_vSwitch.iface_types' column value and sets these in the
external_ids:datapath-type and external_ids:iface-types of Chassis table.
This will provide hints to the CMS or clients monitoring OVN SB DB to
deter
17 matches
Mail list logo