summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-02 21:45:36 +0000
committerbrian <brian@FreeBSD.org>1999-08-02 21:45:36 +0000
commit7b531b9dba39e9425101d41bc3ed0e68a8b0fdba (patch)
tree507420437b5ef1f143baec573f08b7f863e93aeb /usr.sbin/ppp/command.c
parentb9c832cd1ff051f49e1ec48b7a38689a9b6d9fe4 (diff)
downloadFreeBSD-src-7b531b9dba39e9425101d41bc3ed0e68a8b0fdba.zip
FreeBSD-src-7b531b9dba39e9425101d41bc3ed0e68a8b0fdba.tar.gz
Mention that ospf is a possible filter protocol.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/param.h>
@@ -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},
OpenPOWER on IntegriCloud