diff options
author | ugen <ugen@FreeBSD.org> | 1995-03-30 12:18:10 +0000 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-03-30 12:18:10 +0000 |
commit | 9c02dc08f070ae17d5d1a369aebfe99006e9e42b (patch) | |
tree | fe23d43baee627e5e7f45cd12242033be6567436 /sbin | |
parent | a44e8ddbd2af012afaa39f2f03498bc2f406d6ba (diff) | |
download | FreeBSD-src-9c02dc08f070ae17d5d1a369aebfe99006e9e42b.zip FreeBSD-src-9c02dc08f070ae17d5d1a369aebfe99006e9e42b.tar.gz |
make pass work also as the first keyword
(while addf skipped)
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |