diff options
| author | Russ White <russ@riw.us> | 2024-09-24 09:50:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 09:50:19 -0400 |
| commit | 3c89cb638f005213107a00a3b76eba54c9942ca6 (patch) | |
| tree | 1cf20239c49fffe7d354580f6e0362e160450628 /ospf6d/ospf6d.c | |
| parent | de43ca890dfe9dff5296c902f977ee4f3ba8dcf7 (diff) | |
| parent | b2526ddc3f992bb6e2dcc95fad9bbbd8c23b0bdf (diff) | |
Merge pull request #16533 from acooks-at-bda/less-controversial-ospf6d-refactor-before-adding-tlvs
OSPF6: Refactor to prepare for E-LSA handling
Diffstat (limited to 'ospf6d/ospf6d.c')
| -rw-r--r-- | ospf6d/ospf6d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index d90a950d79..e4e0354fc9 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -30,6 +30,7 @@ #include "ospf6_flood.h" #include "ospf6d.h" #include "ospf6_bfd.h" +#include "ospf6_tlv.h" #include "ospf6_gr.h" #include "lib/json.h" #include "ospf6_nssa.h" |
