diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2008-12-22 12:13:14 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2008-12-22 12:13:14 +0000 |
commit | a9c6a0667f0223951ae6aa0600382bdf1c33f3e3 (patch) | |
tree | a85abb201313ef4075c9818e735bf86eef54b372 | |
parent | 98d59cdd4ce46570a996680e4a14308bf3a384a0 (diff) |
Change DLT_MPLS number.
Use one assigned by tcpdump guys to keep
things in sync with them.
ok canacar@
-rw-r--r-- | sys/net/bpf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 03b04d0c759..9df18d9bdcb 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.h,v 1.37 2008/11/26 18:01:43 dlg Exp $ */ +/* $OpenBSD: bpf.h,v 1.38 2008/12/22 12:13:13 michele Exp $ */ /* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */ /* @@ -185,7 +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 */ +#define DLT_MPLS 219 /* MPLS Provider Edge header */ /* * The instruction encodings. |