From 428f1c9a0fbaac94f9cce57cd846b2b6f82e17d1 Mon Sep 17 00:00:00 2001 From: mlaier Date: Thu, 26 Feb 2004 03:53:54 +0000 Subject: Tweak existing header and other build infrastructure to be able to build pf/pflog/pfsync as modules. Do not list them in NOTES or modules/Makefile (i.e. do not connect it to any (automatic) builds - yet). Approved by: bms(mentor) --- sys/net/bpf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/net/bpf.h') diff --git a/sys/net/bpf.h b/sys/net/bpf.h index c4b31d4..767d32a 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -250,6 +250,7 @@ struct bpf_hdr { * in capture-file headers. */ #define DLT_PFLOG 117 +#define DLT_PFSYNC 121 /* * Registered for Cisco-internal use. -- cgit v1.1