mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
more juniper dlt's
MFC after: 1 month
This commit is contained in:
parent
1d860a7ee5
commit
f09c8c4a46
1 changed files with 12 additions and 0 deletions
|
|
@ -522,6 +522,18 @@ struct bpf_hdr {
|
|||
*/
|
||||
#define DLT_LINUX_LAPD 177
|
||||
|
||||
/*
|
||||
* Juniper-private data link type, as per request from
|
||||
* Hannes Gredler <hannes@juniper.net>.
|
||||
* The DLT_ are used for prepending meta-information
|
||||
* like interface index, interface name
|
||||
* before standard Ethernet, PPP, Frelay & C-HDLC Frames
|
||||
*/
|
||||
#define DLT_JUNIPER_ETHER 178
|
||||
#define DLT_JUNIPER_PPP 179
|
||||
#define DLT_JUNIPER_FRELAY 180
|
||||
#define DLT_JUNIPER_CHDLC 181
|
||||
|
||||
/*
|
||||
* The instruction encodings.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue