summaryrefslogtreecommitdiff
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index 1f6425292ca..1583d44abcf 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.h,v 1.61 2016/11/17 15:41:14 sthen Exp $ */
+/* $OpenBSD: bpf.h,v 1.62 2017/02/22 09:56:03 reyk Exp $ */
/* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */
/*
@@ -202,7 +202,7 @@ struct bpf_hdr {
#define DLT_USER14 161 /* Reserved for private use */
#define DLT_USER15 162 /* Reserved for private use */
#define DLT_MPLS 219 /* MPLS Provider Edge header */
-#define DLT_OPENFLOW DLT_USER0
+#define DLT_OPENFLOW 267 /* in-kernel OpenFlow, by pcap */
/*
* The instruction encodings.