Re: [ovs-dev] [PATCH] pcap: Fix reading regular old Ethernet pcap files.

2018-11-16 Thread Ben Pfaff
On Fri, Nov 16, 2018 at 12:42:12PM +0100, Timothy Redaelli wrote: > On Thu, 15 Nov 2018 09:38:39 -0800 > Ben Pfaff wrote: > > > This broke the unit tests. > > > > Fixes: 597177a283da ("pcap-file: Add support for Linux SLL formatted PCAP > > files.") > > Reported-by: Alin Gabriel Serdean > > Si

Re: [ovs-dev] [PATCH] pcap: Fix reading regular old Ethernet pcap files.

2018-11-16 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Ben Pfaff > Trimis: Thursday, November 15, 2018 7:39 PM > Către: d...@openvswitch.org > Cc: Ben Pfaff ; Alin Gabriel Serdean > Subiect: [ovs-dev] [PATCH] pcap: Fi

Re: [ovs-dev] [PATCH] pcap: Fix reading regular old Ethernet pcap files.

2018-11-16 Thread Timothy Redaelli
On Thu, 15 Nov 2018 09:38:39 -0800 Ben Pfaff wrote: > This broke the unit tests. > > Fixes: 597177a283da ("pcap-file: Add support for Linux SLL formatted PCAP > files.") > Reported-by: Alin Gabriel Serdean > Signed-off-by: Ben Pfaff > --- Hi, my last nightly Fedora/CentOS tests [1] failed du

[ovs-dev] [PATCH] pcap: Fix reading regular old Ethernet pcap files.

2018-11-15 Thread Ben Pfaff
This broke the unit tests. Fixes: 597177a283da ("pcap-file: Add support for Linux SLL formatted PCAP files.") Reported-by: Alin Gabriel Serdean Signed-off-by: Ben Pfaff --- lib/pcap-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pcap-file.c b/lib/pcap-file.c ind