This broke the unit tests.
Fixes: 597177a283da ("pcap-file: Add support for Linux SLL formatted PCAP
files.")
Reported-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
lib/pcap-file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pcap-file.c b/lib/pcap-file.c
index 0f34c5e83cda..863a9a6c7bf2 100644
--- a/lib/pcap-file.c
+++ b/lib/pcap-file.c
@@ -40,7 +40,7 @@ enum ts_resolution {
};
enum network_type {
- PCAP_ETHERNET = 0,
+ PCAP_ETHERNET = 1,
PCAP_LINUX_SLL = 0x71
};
--
2.16.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev