summaryrefslogtreecommitdiff
path: root/tests/ospfd/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ospfd/common.c')
-rw-r--r--tests/ospfd/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ospfd/common.c b/tests/ospfd/common.c
index 0ecc0f854e..e5139f799c 100644
--- a/tests/ospfd/common.c
+++ b/tests/ospfd/common.c
@@ -27,6 +27,8 @@ struct ospf_topology *test_find_topology(const char *name)
return &topo2;
else if (strmatch(name, "topo3"))
return &topo3;
+ else if (strmatch(name, "topo4"))
+ return &topo4;
return NULL;
}