summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-23 16:48:24 +0000
committerbrian <brian@FreeBSD.org>1999-06-23 16:48:24 +0000
commitf32906f4850984e002004d359ebc9dbf5d9d68c3 (patch)
treeafdaf207c3a90a551246c2814f7618cac59b36c5 /usr.sbin/ppp/filter.h
parent5924813a9fe9b7766494b9b8baab4cb1e8e0c667 (diff)
downloadFreeBSD-src-f32906f4850984e002004d359ebc9dbf5d9d68c3.zip
FreeBSD-src-f32906f4850984e002004d359ebc9dbf5d9d68c3.tar.gz
Support `igmp' filters.
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h
index 6fe7268..e830990 100644
--- a/usr.sbin/ppp/filter.h
+++ b/usr.sbin/ppp/filter.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: filter.h,v 1.14 1999/01/28 01:56:31 brian Exp $
+ * $Id: filter.h,v 1.15 1999/05/31 23:57:37 brian Exp $
*
* TODO:
*/
@@ -33,6 +33,7 @@
#define P_TCP 1
#define P_UDP 2
#define P_ICMP 3
+#define P_IGMP 4
/* Operations */
#define OP_NONE 0
OpenPOWER on IntegriCloud