mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
ddf698ec99
Some [redacted] (yes, myself) had a really bad idea to rename nest/route.h to nest/rt.h while refactoring some data structures out of it. This led to unnecessarily complex problems with merging updates from v2. Reverting this change to make my life a bit easier. At least it needed only one find-sed command: find -name '*.[chlY]' -type f -exec sed -i 's#nest/rt.h#nest/route.h#' '{}' + |
||
---|---|---|
.. | ||
babel.c | ||
babel.h | ||
config.Y | ||
Doc | ||
Makefile | ||
packets.c |