0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/sysdep/linux
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
..
krt-sys.h Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
netlink-sys.h Netlink: move OS-specific headers and defines to sysdep 2022-12-16 19:21:51 +01:00
netlink.c Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
netlink.Y Merge commit '5951dfbd' into thread-next 2023-10-27 18:06:34 +02:00
sysio.h IO: Support nonlocal bind in socket interface 2022-01-08 19:02:31 +01:00
syspriv.h Minor code cleanups 2016-11-08 17:46:29 +01:00