Skip to content

zebra: T7349: Added FRR ip import-table x feature #1643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/configuration/system/ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@

Use this command to use Layer 4 information for IPv4 ECMP hashing.

.. cfgcmd:: set system ip import-table <table-id>

Use this command to immport the table, by given table id, into the main RIB.

.. cfgcmd:: set system ip import-table <table-id> distance <distance>

Use this command to override the default distance when importing routers
from the alternate table.

.. cfgcmd:: set system ip import-table <table-id> route-map <route-map>

Use this command to filter routes that are imported into the main table
from alternate table using route-map.

Zebra/Kernel route filtering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -46,8 +60,8 @@
Nexthop Tracking
^^^^^^^^^^^^^^^^

Nexthop tracking resolve nexthops via the default route by default. This is enabled

Check warning on line 63 in docs/configuration/system/ip.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=83
by default for a traditional profile of FRR which we use. It and can be disabled if

Check warning on line 64 in docs/configuration/system/ip.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=83
you do not want to e.g. allow BGP to peer across the default route.

.. cfgcmd:: set system ip nht no-resolve-via-default
Expand Down
Loading