diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-15 12:13:03 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-15 12:13:03 +0000 |
commit | 038aa8c74959bd4b4c036ce0395cb02672aa123e (patch) | |
tree | 0b2f25fda18769ed60135a62b26f731a45acd4c5 /sbin | |
parent | f33b5672c7dcfc5e95c483c3f7bd7c015e8ca270 (diff) |
Repair table "load" command.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index a2b92e8f336..198457fc3e1 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.131 2003/01/11 21:10:56 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.132 2003/01/15 12:13:02 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -170,7 +170,7 @@ static char *showopt_list[] = { }; static char *tblcmdopt_list[] = { - "create", "kill", "flush", "add", "delete", "replace", "show", + "create", "kill", "flush", "add", "delete", "load", "replace", "show", "test", "zero", NULL }; |