diff options
| author | GalaxyGorilla <sascha@netdef.org> | 2020-08-05 08:44:21 +0000 |
|---|---|---|
| committer | GalaxyGorilla <sascha@netdef.org> | 2021-01-19 15:32:13 +0000 |
| commit | 7fd0729f762d96ca78057ed126afdaacc0dd1fd9 (patch) | |
| tree | 0a536202b8ca9e77796d6d1ab661445e970c589d /ospfd/ospf_memory.c | |
| parent | 6351ea6ebf64524583e7a54b4af25e140109d790 (diff) | |
ospfd: TI-LFA basic infrastructure and algorithms
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'ospfd/ospf_memory.c')
| -rw-r--r-- | ospfd/ospf_memory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_memory.c b/ospfd/ospf_memory.c index ae22cec414..f4fb68cbdf 100644 --- a/ospfd/ospf_memory.c +++ b/ospfd/ospf_memory.c @@ -58,3 +58,5 @@ DEFINE_MTYPE(OSPFD, OSPF_EXT_PARAMS, "OSPF Extended parameters") DEFINE_MTYPE(OSPFD, OSPF_SR_PARAMS, "OSPF Segment Routing parameters") DEFINE_MTYPE(OSPFD, OSPF_GR_HELPER, "OSPF Graceful Restart Helper") DEFINE_MTYPE(OSPFD, OSPF_EXTERNAL_RT_AGGR, "OSPF External Route Summarisation") +DEFINE_MTYPE(OSPFD, OSPF_P_SPACE, "OSPF TI-LFA P-Space") +DEFINE_MTYPE(OSPFD, OSPF_Q_SPACE, "OSPF TI-LFA Q-Space") |
