summaryrefslogtreecommitdiff
path: root/nest/config.Y
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2013-02-25 10:39:46 +0100
committerOndrej Filip <feela@network.cz>2013-02-25 10:39:46 +0100
commite667622a35722ec007137e678f4f70841562e57f (patch)
tree90c0e478d352f4e022ad5932893374a94c83660c /nest/config.Y
parenta9c38203bdcad92f7ac0a8a912241d2acb483f2c (diff)
Default rounting table for 'show route export/preexport/protocol' is the one related to a respective protocol.
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 07e1af31..183059e8 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -427,7 +427,6 @@ r_args:
$$ = cfg_allocz(sizeof(struct rt_show_data));
$$->pxlen = 256;
$$->filter = FILTER_ACCEPT;
- $$->table = config->master_rtc->table;
}
| r_args prefix {
$$ = $1;