summaryrefslogtreecommitdiff
path: root/tests/ospfd
diff options
context:
space:
mode:
authorGalaxyGorilla <sascha@netdef.org>2020-11-24 09:56:18 +0000
committerGalaxyGorilla <sascha@netdef.org>2021-01-19 15:32:13 +0000
commita4553b5bdb79cb16f543c06ebb8dbc0b3b0b268f (patch)
treebcee6b3df45cc4bb0f3c51f734a66ea8351218ab /tests/ospfd
parent3e94c9a4a3372b78c44c7d532fae9025a5c11067 (diff)
ospfd: Add 'debug ospf ti-lfa' command
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'tests/ospfd')
-rw-r--r--tests/ospfd/test_ospf_spf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ospfd/test_ospf_spf.c b/tests/ospfd/test_ospf_spf.c
index b5a4337586..4b7e5f7e70 100644
--- a/tests/ospfd/test_ospf_spf.c
+++ b/tests/ospfd/test_ospf_spf.c
@@ -288,7 +288,7 @@ int main(int argc, char **argv)
ospf_vty_init();
ospf_sr_init();
- term_debug_ospf_event = 1;
+ term_debug_ospf_ti_lfa = 1;
/* Read input from .in file. */
vty_stdio(vty_do_exit);