diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-05-06 13:33:51 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-05-06 13:33:51 +0000 |
commit | 4053d3d1e9e579c9002ffd6dc9fd649f1dd60d3a (patch) | |
tree | 467fb47f55f5ae6098d737c4db185dc7e2958f43 /sys/net/bpf.h | |
parent | 4d9f0eb769fe12a4faf5c55b2ce36a8165ba83fe (diff) |
bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work
in progress and some bits need to be cleaned up but will be in-tree for
convenience.
ok claudio@, norby@
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r-- | sys/net/bpf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 1b19c30a46f..f21648a1995 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.h,v 1.33 2006/03/25 22:41:47 djm Exp $ */ +/* $OpenBSD: bpf.h,v 1.34 2008/05/06 13:33:50 pyr Exp $ */ /* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */ /* @@ -185,6 +185,7 @@ struct bpf_hdr { #define DLT_IEEE802_11 105 /* IEEE 802.11 wireless */ #define DLT_PFLOG 117 /* Packet filter logging, by pcap people */ #define DLT_IEEE802_11_RADIO 127 /* IEEE 802.11 plus WLAN header */ +#define DLT_MPLS 128 /* MPLS Provider Edge header */ /* * The instruction encodings. |