From 7b531b9dba39e9425101d41bc3ed0e68a8b0fdba Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 2 Aug 1999 21:45:36 +0000 Subject: Mention that ospf is a possible filter protocol. --- usr.sbin/ppp/command.c | 6 +++--- usr.sbin/ppp/ppp.8 | 5 +++-- usr.sbin/ppp/ppp.8.m4 | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 57bea05..8a94c81 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.202 1999/06/10 09:34:57 brian Exp $ + * $Id: command.c,v 1.203 1999/06/23 16:48:19 brian Exp $ * */ #include @@ -144,7 +144,7 @@ #define NEG_VJCOMP 53 const char Version[] = "2.22"; -const char VersionDate[] = "$Date: 1999/06/10 09:34:57 $"; +const char VersionDate[] = "$Date: 1999/06/23 16:48:19 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); @@ -1814,7 +1814,7 @@ static struct cmdtab const SetCommands[] = { "escape characters", "set escape hex-digit ..."}, {"filter", NULL, filter_Set, LOCAL_AUTH, "packet filters", "set filter alive|dial|in|out rule-no permit|deny " - "[src_addr[/width]] [dst_addr[/width]] [tcp|udp|icmp|igmp " + "[src_addr[/width]] [dst_addr[/width]] [tcp|udp|icmp|ospf|igmp " "[src [lt|eq|gt port]] [dst [lt|eq|gt port]] [estab] [syn] [finrst]]"}, {"hangup", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, "hangup script", "set hangup chat-script", (const void *) VAR_HANGUP}, diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index c43a070..02a8cb0 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.183 1999/07/28 03:01:52 brian Exp $ +.\" $Id: ppp.8,v 1.184 1999/07/29 14:37:26 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -1484,6 +1484,7 @@ command below. must be one of .Sq icmp , .Sq igmp , +.Sq ospf , .Sq udp or .Sq tcp . @@ -3861,7 +3862,7 @@ as they travel across the link. .Oo Op host .Ar src_addr Ns Op / Ns Ar width .Op Ar dst_addr Ns Op / Ns Ar width -.Oc Oo tcp|udp|igmp|icmp Op src lt|eq|gt Ar port +.Oc Oo tcp|udp|ospf|igmp|icmp Op src lt|eq|gt Ar port .Op dst lt|eq|gt Ar port .Op estab .Op syn diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index c43a070..02a8cb0 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.183 1999/07/28 03:01:52 brian Exp $ +.\" $Id: ppp.8,v 1.184 1999/07/29 14:37:26 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -1484,6 +1484,7 @@ command below. must be one of .Sq icmp , .Sq igmp , +.Sq ospf , .Sq udp or .Sq tcp . @@ -3861,7 +3862,7 @@ as they travel across the link. .Oo Op host .Ar src_addr Ns Op / Ns Ar width .Op Ar dst_addr Ns Op / Ns Ar width -.Oc Oo tcp|udp|igmp|icmp Op src lt|eq|gt Ar port +.Oc Oo tcp|udp|ospf|igmp|icmp Op src lt|eq|gt Ar port .Op dst lt|eq|gt Ar port .Op estab .Op syn -- cgit v1.1