0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/bfd
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
..
bfd.c Merge commit 'aa70e14c' into thread-next 2023-10-24 09:34:06 +02:00
bfd.h Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
config.Y Merge commit 'fc9d471b' into thread-next 2023-10-28 23:42:21 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Merge commit 'd2c1036a42881d413ec97203ede92a69f8cd218f' into thread-next 2022-09-09 13:15:50 +02:00
packets.c Socket closing has its dedicated function 2023-04-22 20:48:42 +02:00