summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-02 11:53:16 +0000
committerbrian <brian@FreeBSD.org>1999-08-02 11:53:16 +0000
commit5b5828498ce7d177092ce4cab703281dbce9c563 (patch)
tree286e715bb495cf12ce3d6a2f222e318b996048fa /usr.sbin/ppp/filter.h
parentede804a7142c392ebacfd6ddedb78a29727a8ca8 (diff)
downloadFreeBSD-src-5b5828498ce7d177092ce4cab703281dbce9c563.zip
FreeBSD-src-5b5828498ce7d177092ce4cab703281dbce9c563.tar.gz
Filter ospf and igmp separately.
Kind-of submitted by: phk
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h
index 16c15f7..0f35ae2 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.16 1999/06/23 16:48:22 brian Exp $
+ * $Id: filter.h,v 1.17 1999/07/27 23:43:59 brian Exp $
*
* TODO:
*/
@@ -25,7 +25,8 @@
#define P_TCP 1
#define P_UDP 2
#define P_ICMP 3
-#define P_IGMP 4
+#define P_OSPF 4
+#define P_IGMP 5
/* Operations - f_srcop, f_dstop */
#define OP_NONE 0
OpenPOWER on IntegriCloud