* zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
caused zebra to read all routes in all tables, rather than just
the main table. See [quagga-dev 280].
rib->distance = distance;
rib->flags = flags;
rib->metric = metric;
+ rib->table = vrf_id;
rib->nexthop_num = 0;
rib->uptime = time (NULL);
rib->distance = distance;
rib->flags = flags;
rib->metric = metric;
+ rib->table = vrf_id;
rib->nexthop_num = 0;
rib->uptime = time (NULL);