0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/conf
Maria Matejka ddf698ec99 Renamed nest/rt.h back to nest/route.h
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#' '{}' +
2023-10-29 16:29:26 +01:00
..
cf-lex.l Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
conf.c Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
conf.h Merge commit '0a729b50' into thread-next 2023-10-29 15:42:46 +01:00
confbase.Y Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Merge commit '58efa944' into thread-next 2023-10-25 14:41:11 +02:00
gen_parser.m4 Merge commit 'fc9d471b' into thread-next 2023-10-28 23:42:21 +02:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00