diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-26 07:58:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-26 07:58:41 +0000 |
commit | b92cf4cdd769f0c86060ed9d46aebce14d80b3db (patch) | |
tree | afce0116e252d637c8714de98edbd06675600960 /sbin/pfctl | |
parent | 3b6ef69c95a4ebb6b1cce205e1c1a1b9edbe0418 (diff) |
sort keywords
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 39fc414eaa0..868fc34970e 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.23 2001/08/25 21:54:26 frantzen Exp $ */ +/* $OpenBSD: parse.y,v 1.24 2001/08/26 07:58:40 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -759,8 +759,8 @@ lookup(char *s) { "keep", KEEP}, { "log", LOG}, { "log-all", LOGALL}, - { "modulate", MODULATE}, { "min-ttl", MINTTL}, + { "modulate", MODULATE}, { "nat", NAT}, { "no-df", NODF}, { "on", ON}, |