summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
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