X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FRouting.py;h=b4771d6224f1757f116a862e2fab64717499aaad;hp=f72d211a6b91cb8239d2559ba61a0e3b14e68d79;hb=f4e3171ec87416266291170f7c9cd089a9d2d8e4;hpb=e65ba17d162581fa8b803070a5e706f344c30f33 diff --git a/resources/libraries/python/Routing.py b/resources/libraries/python/Routing.py index f72d211a6b..b4771d6224 100644 --- a/resources/libraries/python/Routing.py +++ b/resources/libraries/python/Routing.py @@ -59,7 +59,8 @@ class Routing(object): if interface: if use_sw_index: int_cmd = ('sw_if_index {}'. - format(Topology.get_interface_sw_index(node, interface))) + format(Topology.get_interface_sw_index(node, + interface))) else: int_cmd = interface else: