diff options
| author | Kaushik <kaushiknath.null@gmail.com> | 2021-03-25 08:43:26 -0700 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-06-04 07:23:10 -0300 |
| commit | 35769de430b546e695b647d98946b73373b66e99 (patch) | |
| tree | adc68b1418a23e62880ff86581c8ee0698620a5d /ospf6d/ospf6_spf.h | |
| parent | ad500b22b5fc3bc34009b7212c7c3b2f6c4375aa (diff) | |
ospf6d: support for nssa in ospfv3
Fix for the routes which is not classified as best routes.
Signed-off-by: Kaushik <kaushiknath.null@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_spf.h')
| -rw-r--r-- | ospf6d/ospf6_spf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index 1ccad57b62..d6fbc5c13b 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -37,7 +37,7 @@ extern unsigned char conf_debug_ospf6_spf; #define OSPF6_ASE_CALC_INTERVAL 1 -PREDECL_SKIPLIST_NONUNIQ(vertex_pqueue) +PREDECL_SKIPLIST_NONUNIQ(vertex_pqueue); /* Transit Vertex */ struct ospf6_vertex { /* type of this vertex */ |
