diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:21:02 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:21:02 +0200 |
commit | 86ac1045d7497af8c7556c5051d4b005fbfcdbe1 (patch) | |
tree | b67cda17dab9898714a7911a160c8e72d5157622 /proto | |
parent | b3649ec77ee7101fe77845bb727cc8e8a7cd4b1c (diff) | |
parent | 3fb70b26faca6788aa0bdf1d558414f9f777c6cd (diff) |
Merge commit '3fb70b26faca6788aa0bdf1d558414f9f777c6cd' into haugesund
Diffstat (limited to 'proto')
-rw-r--r-- | proto/bgp/attrs.c | 2 | ||||
-rw-r--r-- | proto/bgp/packets.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 44c65e00..1cd2bcca 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" diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 5d80b50d..093daf35 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.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 "proto/mrt/mrt.h" #include "conf/conf.h" #include "lib/unaligned.h" |