From 9c02dc08f070ae17d5d1a369aebfe99006e9e42b Mon Sep 17 00:00:00 2001 From: ugen Date: Thu, 30 Mar 1995 12:18:10 +0000 Subject: make pass work also as the first keyword (while addf skipped) Reviewed by: Submitted by: Obtained from: --- sbin/ipfw/ipfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index 92a682b..4bde700 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -80,7 +80,7 @@ char action_tab[][MAXSTR]={ #define A_ZERO 7 "l", #define A_LIST 8 -"p", +"po", #define A_POLICY 9 "", #define A_NONE 10 -- cgit v1.1