mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 13:23:44 +00:00
doc: Update doc w/ regards to realms
Update the documentation with realms and how they interact with nexthop groups that are installed into the kernel. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
8a8fd10a47
commit
f2b8c0b58f
@ -231,7 +231,8 @@ options from the list below.
|
||||
|
||||
Enable the support of Linux Realms. Convert tag values from 1-255 into a
|
||||
realm value when inserting into the Linux kernel. Then routing policy can be
|
||||
assigned to the realm. See the tc man page.
|
||||
assigned to the realm. See the tc man page. This option is currently not
|
||||
compatible with the usage of nexthop groups in the linux kernel itself.
|
||||
|
||||
.. option:: --disable-irdp
|
||||
|
||||
|
@ -244,7 +244,9 @@ Route Map Set Command
|
||||
Set a tag on the matched route. This tag value can be from (1-4294967295).
|
||||
Additionally if you have compiled with the :option:`--enable-realms`
|
||||
configure option. Tag values from (1-255) are sent to the Linux kernel as a
|
||||
realm value. Then route policy can be applied. See the tc man page.
|
||||
realm value. Then route policy can be applied. See the tc man page. As
|
||||
a note realms cannot currently be used with the installation of nexthops
|
||||
as nexthop groups in the linux kernel.
|
||||
|
||||
.. clicmd:: set ip next-hop IPV4_ADDRESS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user