]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Make Router Advertisement warnings show up once every 6 hours
authorDonald Sharp <sharpd@nvidia.com>
Fri, 21 Jan 2022 17:03:04 +0000 (12:03 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 28 Jan 2022 16:07:01 +0000 (11:07 -0500)
commit637f95bf2d1d8dcf87c4a2cd82a680461961631d
tree94ae98848a74e5e2d6cbadabfab74f312c9de236
parent7a90d91586290d872c05960427df2d3f031cc5e5
zebra: Make Router Advertisement warnings show up once every 6 hours

RA packets are pretty chatty and when there is a warning from
a missconfiguration on the network, the log file gets filed
up with warnings.  Modify the code in rtadv.c to only spit
out the warning in these cases at most every 6 hours.

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