diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-24 17:06:17 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-29 08:20:37 +0200 |
commit | ce614c297148f3751768ad54a41d003eb2d34e0e (patch) | |
tree | 05920f49189466baa3d15267f56a218d26213a7e /tools | |
parent | Merge pull request #15854 from mjstapp/dump_outofsync_flag (diff) | |
download | frr-ce614c297148f3751768ad54a41d003eb2d34e0e.tar.xz frr-ce614c297148f3751768ad54a41d003eb2d34e0e.zip |
tools: add iproute2 alias for pathd daemon
With SRv6 traffic engineering, some ipv6 routes will
be installed by the Pathd daemon.
Populate the iproute2 aliasing table with pathd.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/etc/iproute2/rt_protos.d/frr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/etc/iproute2/rt_protos.d/frr.conf b/tools/etc/iproute2/rt_protos.d/frr.conf index bbb358fc6..3e0fc2ea3 100644 --- a/tools/etc/iproute2/rt_protos.d/frr.conf +++ b/tools/etc/iproute2/rt_protos.d/frr.conf @@ -12,3 +12,4 @@ 195 pbr 196 static 197 openfabric +198 srte |