0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/rpki
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
..
config.Y Merge commit 'cce48c6c' into thread-next 2023-10-13 14:02:21 +02:00
Doc RPKI protocol with one cache server per protocol 2016-12-07 09:35:24 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c Merge commit '3fd1f461' into thread-next 2022-09-26 12:21:33 +02:00
packets.h RPKI: fixed some of the extended warnings 2016-12-07 15:35:35 +01:00
rpki.c Protocols have now assigned startup phases 2023-09-24 23:23:08 +02:00
rpki.h Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
ssh_transport.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00
tcp_transport.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00
transport.c Socket closing has its dedicated function 2023-04-22 20:48:42 +02:00
transport.h RPKI: Allow build without libSSH 2020-02-04 10:15:35 +01:00