summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-02-02 21:02:26 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-02-02 21:02:26 +0000
commitc8d3a32acec8735c6410683242c8d819c37ca212 (patch)
tree0093ad5162bdd1356aceba403f64e88dce53c851
parente662c94e4f5ba1ac62ce7217eb729333ffe52e0b (diff)
Change keyword fibupdate to fib-update, for consistency with bgpd.conf(5).
ok claudio@ henning@
-rw-r--r--usr.sbin/ospfd/parse.y4
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},