aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-02-26 03:53:54 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-02-26 03:53:54 +0000
commitcc5934f5afcc7d243b43ff83f093676556c2488d (patch)
treeaa20382749ac1e97a0e00869aaa3a69abbc95a34 /sys/net/if_types.h
parentc66b4d8d26da47619216eacb047a2c2c22994d50 (diff)
downloadsrc-cc5934f5afcc7d243b43ff83f093676556c2488d.tar.gz
src-cc5934f5afcc7d243b43ff83f093676556c2488d.zip
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)
Notes
Notes: svn path=/head/; revision=126263
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 9b12ce26ff47..ae05479f9280 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -249,4 +249,6 @@
#define IFT_GIF 0xf0
#define IFT_PVC 0xf1
#define IFT_FAITH 0xf2
+#define IFT_PFLOG 0xf6
+#define IFT_PFSYNC 0xf7
#endif /* !_NET_IF_TYPES_H_ */