diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-31 19:22:07 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-04 15:37:41 +0200 |
commit | 3fb70b26faca6788aa0bdf1d558414f9f777c6cd (patch) | |
tree | e18703db6045dcd31f47bf10a72105325435515c /proto/bgp/attrs.c | |
parent | ef6a903e6f44b467f9606018446095521ad01ef1 (diff) |
Complex route attributes are data structures, shall be in lib also
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r-- | proto/bgp/attrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 3265cb5e..2c0d011f 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -16,7 +16,7 @@ #include "nest/iface.h" #include "nest/protocol.h" #include "nest/rt.h" -#include "nest/attrs.h" +#include "lib/attrs.h" #include "conf/conf.h" #include "lib/resource.h" #include "lib/string.h" |