summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-14 18:01:54 +0000
committerbrian <brian@FreeBSD.org>2000-09-14 18:01:54 +0000
commit3ca5232d936eab25c7b7bd137d597d3ff231ba3a (patch)
treede633f37567208c5334edfddbba51ad7044fabc2 /usr.sbin/ppp/filter.h
parente93e32833df37c0d3f7eb1d06756fa656a318ea1 (diff)
downloadFreeBSD-src-3ca5232d936eab25c7b7bd137d597d3ff231ba3a.zip
FreeBSD-src-3ca5232d936eab25c7b7bd137d597d3ff231ba3a.tar.gz
Understand IPPROTO_ESP and IPPROTO_AH packets
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h
index 6b452d8..b3a5992 100644
--- a/usr.sbin/ppp/filter.h
+++ b/usr.sbin/ppp/filter.h
@@ -32,6 +32,8 @@
#ifdef IPPROTO_GRE
#define P_GRE 6
#endif
+#define P_ESP 7
+#define P_AH 8
/* Operations - f_srcop, f_dstop */
#define OP_NONE 0
OpenPOWER on IntegriCloud