diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-24 14:10:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-24 14:10:50 +0000 |
commit | aa68007c98a55f5eb6afdd573779a671d96c1a17 (patch) | |
tree | 954c0f39c2cd6e1890e04d382c60db669da69a25 /usr.sbin | |
parent | c27d09fdedaf76ab335a3a3f09cc6f5bef62503b (diff) |
local-addr, not local-address.
it's better when documentation and code agree on the keyword...
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 9dee3620158..00675a1f47f 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.11 2003/12/24 13:49:21 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.12 2003/12/24 14:10:49 henning Exp $ */ /* * Copyright (c) 2002, 2003 Henning Brauer <henning@openbsd.org> @@ -308,7 +308,7 @@ lookup(char *s) { "group", GROUP}, { "holdtime", HOLDTIME}, { "listen", LISTEN}, - { "local-address", LOCALADDR}, + { "local-addr", LOCALADDR}, { "min", YMIN}, { "mrtdump", MRTDUMP}, { "multihop", MULTIHOP}, |