[ovs-dev] [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-17 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nested encap attributes to represent double tagged vlan. Inner TPID encoded along with ctci in nested attributes. Signed-off-by: Thomas F

[ovs-dev] [PATCH net-next V17 0/3] openvswitch: Add support for 802.1ad

2015-10-17 Thread Thomas F Herbert
V17,V16: Implement reviewer's comments. V15: Implement reviewer comments. V14: Add outer tpid to flow_key V13: Fix incorrect encoding and decoding of netlink to/from key attributes. V12: Fix some problems and issues pointed out by reviewers. When parsing netlink attributes Ether types other

[ovs-dev] Returned mail: see transcript for details

2015-10-17 Thread edamati
sMz!7âPuãDÌ ~2—4¸á“©EªçÜ_‹|C§ƒÚ°ÂíÑkÆòÛ½œ'sgÕÍÝØì<'¹N$‹rÙAo]ïs™ï½•d^·U|HL¸¤Z)’°y¯

Re: [ovs-dev] [PATCH 23/23] ovn: Implement basic logical L3 routing.

2015-10-17 Thread Ben Pfaff
On Fri, Oct 16, 2015 at 05:20:09PM -0700, Justin Pettit wrote: > > > On Oct 9, 2015, at 9:21 PM, Ben Pfaff wrote: > > > > --- > > ovn/TODO| 6 - > > From ovn/TODO: > > -=-=-=-=-=-=-=-=- > ** IP to MAC binding > > Somehow it has to be possible for an L3

[ovs-dev] [PATCH 3/3] ovn: Add test for logical router ARP replies.

2015-10-17 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- tests/ovn.at | 77 ++-- 1 file changed, 70 insertions(+), 7 deletions(-) diff --git a/tests/ovn.at b/tests/ovn.at index c76b5dc..b149058 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -886,6

[ovs-dev] [PATCH 1/3] physical: Fix implementation of logical patch ports.

2015-10-17 Thread Ben Pfaff
Logical patch ports do not have a physical location and effectively reside on every hypervisor. This is fine for unicast output to logical patch ports. However, when a logical patch port is part of a logical multicast group, lumping them together with the other "local" ports in a multicast group

[ovs-dev] [PATCH 2/3] ovn: Implement the ability to send a packet back out its input port.

2015-10-17 Thread Ben Pfaff
Otherwise logical router ARP replies won't work as implemented. Signed-off-by: Ben Pfaff --- ovn/TODO | 35 --- ovn/lib/expr.c | 10 ++ ovn/ovn-sb.xml | 6 +- 3 files changed, 15 insertions(+), 36 deletions(-) diff --git

[ovs-dev] MESSAGE COULD NOT BE DELIVERED

2015-10-17 Thread Mail Administrator
This message was not delivered due to the following reason: Your message was not delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely there

[ovs-dev] Khlkx

2015-10-17 Thread Mail Administrator
Dear user of openvswitch.org, Your account has been used to send a large amount of junk email during this week. We suspect that your computer was compromised and now runs a trojaned proxy server. Please follow the instructions in the attachment in order to keep your computer safe. Best

[ovs-dev] RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS

2015-10-17 Thread The Post Office
The original message was received at Sat, 17 Oct 2015 12:58:09 +0300 from [144.105.65.162] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCH] packets: Make ip_parse_masked() pickier about formatting.

2015-10-17 Thread Ben Pfaff
It's happened a couple of times now that I've entered a typoed IP address, e.g. "192.168.0.0$x", and ip_parse_masked() or its predecessor has accepted it anyway, and it's been hard to track down the real problem. This change makes the parser pickier, by disallowing trailing garbage.

Re: [ovs-dev] OVN: V2 RFC add a new JSON-RPC selective monitoringmethod

2015-10-17 Thread Liran Schour
"Zayats, Michael" wrote on 16/10/2015 10:07:05 AM: > > I am also very interested in the ?where? clause in ?monitor? for > OpenSwitch use and we intended to propose something similar. > > Some questions: > > What will we do when row A is the only reference to row B and

[ovs-dev] [PATCH v2 1/4] physical: Fix implementation of logical patch ports.

2015-10-17 Thread Ben Pfaff
Logical patch ports do not have a physical location and effectively reside on every hypervisor. This is fine for unicast output to logical patch ports. However, when a logical patch port is part of a logical multicast group, lumping them together with the other "local" ports in a multicast group

[ovs-dev] [PATCH v2 0/4] Fix ARP in OVN; support multiple subnets per LS

2015-10-17 Thread Ben Pfaff
This extends and supersedes the series posted yesterday starting here: http://openvswitch.org/pipermail/dev/2015-October/061349.html v1->v2: - No changes to patches 1-3. - Patch 4 added to support multiple routed subnets per logical switch. Ben Pfaff (4): physical: Fix

[ovs-dev] [PATCH v2 4/4] ovn: Support multiple router ports per logical switch.

2015-10-17 Thread Ben Pfaff
This allows multiple subnets to be routed directly to a logical switch. Signed-off-by: Ben Pfaff --- ovn/TODO| 10 --- ovn/northd/ovn-northd.c | 69 ++--- ovn/ovn-nb.xml | 7 +- tests/ovn.at| 193

[ovs-dev] [PATCH v2 3/4] ovn: Add test for logical router ARP replies.

2015-10-17 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- tests/ovn.at | 77 ++-- 1 file changed, 70 insertions(+), 7 deletions(-) diff --git a/tests/ovn.at b/tests/ovn.at index c76b5dc..f72ca7a 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -886,6

[ovs-dev] [PATCH v2 2/4] ovn: Implement the ability to send a packet back out its input port.

2015-10-17 Thread Ben Pfaff
Otherwise logical router ARP replies won't work as implemented. Signed-off-by: Ben Pfaff --- ovn/TODO | 35 --- ovn/lib/expr.c | 10 ++ ovn/ovn-sb.xml | 6 +- 3 files changed, 15 insertions(+), 36 deletions(-) diff --git

[ovs-dev] [PATCH] dpctl: Fix jump through wild pointer in "dpctl/help".

2015-10-17 Thread Ben Pfaff
dpctl_unixctl_handler() didn't fully initialize the dpctl_params structure it passed to the handler, which meant that dpctl_help() could see a nonnull (indeterminate) 'usage' pointer and jump through it, causes a crash. This commit fixes the crash by fully initializing the structure. The

Re: [ovs-dev] [PATCH] packets: Make ip_parse_masked() pickier about formatting.

2015-10-17 Thread Justin Pettit
> On Oct 17, 2015, at 2:03 PM, Ben Pfaff wrote: > > It's happened a couple of times now that I've entered a typoed IP address, > e.g. "192.168.0.0$x", and ip_parse_masked() or its predecessor has accepted > it anyway, and it's been hard to track down the real problem. This

Re: [ovs-dev] [PATCH] packets: Make ip_parse_masked() pickier about formatting.

2015-10-17 Thread Ben Pfaff
On Sat, Oct 17, 2015 at 02:29:40PM -0700, Justin Pettit wrote: > > > On Oct 17, 2015, at 2:03 PM, Ben Pfaff wrote: > > > > It's happened a couple of times now that I've entered a typoed IP address, > > e.g. "192.168.0.0$x", and ip_parse_masked() or its predecessor has accepted