1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Splitting route data structures out to lib

This commit is contained in:
Maria Matejka
2022-03-31 19:09:38 +02:00
parent 0e1e632f70
commit ef6a903e6f
43 changed files with 378 additions and 361 deletions

View File

@@ -18,7 +18,7 @@
#include "nest/bird.h"
#include "nest/iface.h"
#include "nest/protocol.h"
#include "nest/route.h"
#include "nest/rt.h"
#include "nest/rt-dev.h"
#include "conf/conf.h"
#include "lib/resource.h"