]> git.puffer.fish Git - mirror/frr.git/commit
lib, zebra: Consolidate ZEBRA_TABLE_MAX_DISTANCE values 12789/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 10 Feb 2023 14:04:44 +0000 (09:04 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 10 Feb 2023 14:07:47 +0000 (09:07 -0500)
commit8b6a9cca676fe9c22d2a51f0b830ca2115528800
tree58855929d44fe34c273bad60ce4d77f87fb97cc1
parent3d55a4ef29b6b44ba7ea2399d81e4496859da84c
lib, zebra: Consolidate ZEBRA_TABLE_MAX_DISTANCE values

Currently `ip import-table 33` imports routes with
a distance of 15, as defined by zebra.h.  zebra_rib.c
on the other hand believes the default value for the table
is 150.  Let's make them agree with each other.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_rib.c