diff options
-rw-r--r-- | resources/libraries/python/InterfaceUtil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 7e645d1f5f..42474b496a 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -358,7 +358,6 @@ class InterfaceUtil: :type node: dict :type interface: str or int :type mtu: int - :raises AsserionError: If VPP refused to change the MTU or set if state. """ if isinstance(interface, str): sw_if_index = Topology.get_interface_sw_index(node, interface) |