diff options
| author | Russ White <russ@riw.us> | 2023-10-31 13:23:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 13:23:57 -0400 |
| commit | 644386fe4824a9d0fbf02fe7df2de7fcb1fc2173 (patch) | |
| tree | b07db5247b8fb99ea74a3b1e1d3b524054e0378b /zebra/zebra_rib.c | |
| parent | dbe2f6ca7c8697500f9832375d1831b91261eb64 (diff) | |
| parent | deac143c6eef3c4e8cc1c6d2ef29d830d1ae5b86 (diff) | |
Merge pull request #14388 from pguibert6WIND/redistribute_table_bgp_2
Redistribute table bgp without copying data to the default routing table
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 97b6a7decf..37c042c044 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -130,6 +130,7 @@ static const struct { [ZEBRA_ROUTE_OLSR] = {ZEBRA_ROUTE_OLSR, ZEBRA_MAX_DISTANCE_DEFAULT, META_QUEUE_OTHER}, [ZEBRA_ROUTE_TABLE] = {ZEBRA_ROUTE_TABLE, ZEBRA_TABLE_DISTANCE_DEFAULT, META_QUEUE_STATIC}, + [ZEBRA_ROUTE_TABLE_DIRECT] = {ZEBRA_ROUTE_TABLE_DIRECT, ZEBRA_TABLEDIRECT_DISTANCE_DEFAULT, META_QUEUE_STATIC}, [ZEBRA_ROUTE_LDP] = {ZEBRA_ROUTE_LDP, ZEBRA_LDP_DISTANCE_DEFAULT, META_QUEUE_OTHER}, [ZEBRA_ROUTE_VNC] = {ZEBRA_ROUTE_VNC, ZEBRA_EBGP_DISTANCE_DEFAULT, |
