summaryrefslogtreecommitdiff
path: root/doc/manpages/conf.py
diff options
context:
space:
mode:
authorzyxwvu Shi <i@shiyc.cn>2023-02-15 23:55:00 +0800
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-02-21 16:38:22 +0000
commit682a1fea98629ae6a4e58c9dbcb788759d4ed451 (patch)
treeb49c936c41f2ee38f45638e4b401aaad87bfc8d5 /doc/manpages/conf.py
parent6deccd59959f6f3862ec3102b6bf7f4cbdd5dd67 (diff)
zebra: Fix other table inactive when ip import-table is on
In `rib_link`, if is_zebra_import_table_enabled returns true, `rib_queue_add` will not called, resulting in other table route node never processed. This actually should not be dependent on whether the route is imported. In `rib_delnode`, if is_zebra_import_table_enabled returns true, it will use `rib_unlink` instead of enqueuing the route node for process. There is no reason that imported route nodes should not be reprocessed. Long ago, the behaviour was dependent on whether the route_entry comes from a table other than main. Signed-off-by: zyxwvu Shi <i@shiyc.cn> (cherry picked from commit 207207c0c03e1108d1bae5cf345b7a29850e6ffd)
Diffstat (limited to 'doc/manpages/conf.py')
0 files changed, 0 insertions, 0 deletions