diff options
| author | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-05-15 16:42:43 +1000 |
|---|---|---|
| committer | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-09-16 18:38:16 +1000 |
| commit | 89e18bfad1cb0e01af904d539da1d4a6aeb2ae5b (patch) | |
| tree | 4524eb21f53abda20b8cd74093dd57809e705c4d /ospf6d/ospf6_gr.c | |
| parent | 7c9a79f1823cdc59a94ddf7c442a604feb054544 (diff) | |
ospf6d: move lsa structs to ospf6_lsa.h
It will be cleaner to have the LSAs in a single header and the future
TLVs in a single header.
Signed-off-by: Andrew Cooks <acooks.at.bda@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_gr.c')
| -rw-r--r-- | ospf6d/ospf6_gr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_gr.c b/ospf6d/ospf6_gr.c index 7295dee0f0..543de1c9e3 100644 --- a/ospf6d/ospf6_gr.c +++ b/ospf6d/ospf6_gr.c @@ -16,6 +16,7 @@ #include "printfrr.h" #include "lib_errors.h" +#include "ospf6_proto.h" #include "ospf6d/ospf6_lsa.h" #include "ospf6d/ospf6_lsdb.h" #include "ospf6d/ospf6_route.h" |
