summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-23 16:48:24 +0000
committerbrian <brian@FreeBSD.org>1999-06-23 16:48:24 +0000
commitf32906f4850984e002004d359ebc9dbf5d9d68c3 (patch)
treeafdaf207c3a90a551246c2814f7618cac59b36c5 /usr.sbin/ppp/command.c
parent5924813a9fe9b7766494b9b8baab4cb1e8e0c667 (diff)
downloadFreeBSD-src-f32906f4850984e002004d359ebc9dbf5d9d68c3.zip
FreeBSD-src-f32906f4850984e002004d359ebc9dbf5d9d68c3.tar.gz
Support `igmp' filters.
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index dad0acb..57bea05 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.201 1999/06/09 16:54:02 brian Exp $
+ * $Id: command.c,v 1.202 1999/06/10 09:34:57 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/09 16:54:02 $";
+const char VersionDate[] = "$Date: 1999/06/10 09:34:57 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
@@ -1814,8 +1814,8 @@ 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 [src [lt|eq|gt port]] "
- "[dst [lt|eq|gt port]] [estab] [syn] [finrst]]"},
+ "[src_addr[/width]] [dst_addr[/width]] [tcp|udp|icmp|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},
{"ifaddr", NULL, SetInterfaceAddr, LOCAL_AUTH, "destination address",
OpenPOWER on IntegriCloud