aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-08-02 11:53:16 +0000
committerBrian Somers <brian@FreeBSD.org>1999-08-02 11:53:16 +0000
commit2faae814fb8997c6d3c27b6e46972f4f445b19ac (patch)
tree1226956932869d53d718c91dce60bc2a2c00d88b /usr.sbin/ppp/filter.h
parentc32d66c130de021dd866712a077c230427e06d53 (diff)
downloadsrc-2faae814fb8997c6d3c27b6e46972f4f445b19ac.tar.gz
src-2faae814fb8997c6d3c27b6e46972f4f445b19ac.zip
Filter ospf and igmp separately.
Kind-of submitted by: phk
Notes
Notes: svn path=/head/; revision=49372
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 16c15f765042..0f35ae2775dd 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