bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

[stayrtr] add hash check on slurm data #115

Closed netixx closed 7 months ago

netixx commented 7 months ago

Hash was already performed on cache/vrp data this performs it for slurm as well, preventing uneeded refreshes when neither file have changed.

Partial fix for https://github.com/bgp/stayrtr/issues/114.