summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/topogen.py')
-rw-r--r--tests/topotests/lib/topogen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py
index dbfd1414c0..25edfe0324 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -534,6 +534,7 @@ class TopoRouter(TopoGear):
RD_EIGRP = 10
RD_NHRP = 11
RD_STATIC = 12
+ RD_BFD = 13
RD = {
RD_ZEBRA: 'zebra',
RD_RIP: 'ripd',
@@ -547,6 +548,7 @@ class TopoRouter(TopoGear):
RD_EIGRP: 'eigrpd',
RD_NHRP: 'nhrpd',
RD_STATIC: 'staticd',
+ RD_BFD: 'bfdd',
}
def __init__(self, tgen, cls, name, **params):