summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r--usr.sbin/bgpd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index 1d6a934587d..76d9c90c4f5 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.296 2017/01/24 04:22:42 benno Exp $ */
+/* $OpenBSD: parse.y,v 1.297 2017/01/25 00:11:07 claudio Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -2754,7 +2754,7 @@ parse_config(char *filename, struct bgpd_config *xconf, struct peer **xpeers)
netconf = &conf->networks;
add_rib("Adj-RIB-In", 0, F_RIB_NOFIB | F_RIB_NOEVALUATE);
- add_rib("Loc-RIB", 0, 0);
+ add_rib("Loc-RIB", 0, F_RIB_LOCAL);
if ((file = pushfile(filename, 1)) == NULL) {
free(conf);