Re: [ovs-dev] [PATCH 3/4] ofproto-dpif-xlate: drop L3 packets on L2 legacy port

2017-07-12 Thread Zoltán Balogh
Hello Jan, I'll create the stand-alone commit. However, sending L3 packet from ptap tunnel to veth port won't work. The veth port would handle received packets as L2. I can use patch ports instead. Best regards, Zoltan > -Original Message- > From: Jan Scheurich > Sent: Wednesday,

Re: [ovs-dev] [PATCH 3/4] ofproto-dpif-xlate: drop L3 packets on L2 legacy port

2017-07-11 Thread Ben Pfaff
On Fri, Jun 30, 2017 at 03:29:35PM +, Zoltán Balogh wrote: > This commit drops packet during xlate if it is a L3 packet and output port > packet_type is legacy_l2. It completes PTAP unit tests with: > > - Send L3 packet over patch port. > - Output L2/L3 packet to ports with different

[ovs-dev] [PATCH 3/4] ofproto-dpif-xlate: drop L3 packets on L2 legacy port

2017-06-30 Thread Zoltán Balogh
This commit drops packet during xlate if it is a L3 packet and output port packet_type is legacy_l2. It completes PTAP unit tests with: - Send L3 packet over patch port. - Output L2/L3 packet to ports with different packet_type properties. Signed-off-by: Zoltán Balogh