diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/parse.y b/usr.sbin/ospfd/parse.y index 40bc6facb03..fb37b166b74 100644 --- a/usr.sbin/ospfd/parse.y +++ b/usr.sbin/ospfd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.3 2005/02/02 19:47:20 norby Exp $ */ +/* $OpenBSD: parse.y,v 1.4 2005/02/02 21:02:25 norby Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -457,7 +457,7 @@ lookup(char *s) {"area", AREA}, {"auth-key", AUTHKEY}, {"auth-type", AUTHTYPE}, - {"fibupdate", FIBUPDATE}, + {"fib-update", FIBUPDATE}, {"hello-interval", HELLOINTERVAL}, {"interface", INTERFACE}, {"metric", METRIC}, |