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 673d65376f..414dc17874 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -556,6 +556,7 @@ class TopoRouter(TopoGear):
RD_BFD = 13
RD_SHARP = 14
RD_BABEL = 15
+ RD_PBRD = 16
RD = {
RD_ZEBRA: "zebra",
RD_RIP: "ripd",
@@ -572,6 +573,7 @@ class TopoRouter(TopoGear):
RD_BFD: "bfdd",
RD_SHARP: "sharpd",
RD_BABEL: "babeld",
+ RD_PBRD: "pbrd",
}
def __init__(self, tgen, cls, name, **params):