summaryrefslogtreecommitdiff
path: root/nest/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-04-28 17:31:03 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-04-28 17:31:03 +0200
commitc865cae3eb327d1e0a745352c483bc7cb00f9323 (patch)
tree0a7b9a97fec4cae1fa00dc586c889ee9d64bff39 /nest/config.Y
parent984d734944a39b70a59f74e57f0e6fc3f720dd48 (diff)
Fixes 'show route export' w.r.t. protocols with different RA_* types.
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 5b544e59..85c06e74 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -498,7 +498,6 @@ r_args:
if ($$->export_mode) cf_error("Protocol specified twice");
if ($3->class != SYM_PROTO || !c->proto) cf_error("%s is not a protocol", $3->name);
$$->export_mode = $2;
- $$->primary_only = 1;
$$->export_protocol = c->proto;
$$->running_on_config = c->proto->cf->global;
}