diff options
Diffstat (limited to 'tests/topotests/lib/topogen.py')
| -rw-r--r-- | tests/topotests/lib/topogen.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py index 3f6a1baa0c..7c52e824c1 100644 --- a/tests/topotests/lib/topogen.py +++ b/tests/topotests/lib/topogen.py @@ -554,6 +554,7 @@ class TopoRouter(TopoGear):      RD_SHARP = 14      RD_BABEL = 15      RD_PBRD = 16 +    RD_PATH = 17      RD = {          RD_ZEBRA: "zebra",          RD_RIP: "ripd", @@ -571,6 +572,7 @@ class TopoRouter(TopoGear):          RD_SHARP: "sharpd",          RD_BABEL: "babeld",          RD_PBRD: "pbrd", +        RD_PATH: 'pathd',      }      def __init__(self, tgen, cls, name, **params):  | 
