diff options
author | aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> | 2025-06-17 10:21:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-17 08:21:38 +0100 |
commit | 4b96361fcba53df1c97bc5eff33c9f730f11ae58 (patch) | |
tree | 49421ff01cd16d9bbc7f57a8b2f39444a7d269d4 /docs/configuration/system/ip.rst | |
parent | fcbe40c5d2c6c0bddfab337c7a27f8d1fa194114 (diff) | |
download | vyos-documentation-4b96361fcba53df1c97bc5eff33c9f730f11ae58.tar.gz vyos-documentation-4b96361fcba53df1c97bc5eff33c9f730f11ae58.zip |
zebra: T7349: Added FRR ip import-table x feature (#1643)
Added FRR ip import-table x feature to import routes from non-main
kernel table.
Diffstat (limited to 'docs/configuration/system/ip.rst')
-rw-r--r-- | docs/configuration/system/ip.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst index a422388f..27b0870c 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/ip.rst @@ -27,6 +27,20 @@ System configuration commands 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |