diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-05-23 13:07:00 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-05-23 13:07:56 +0000 |
commit | 870c6ad31b7384a7dde834bfa0f6404c545d1171 (patch) | |
tree | 0f79178c456607b0853f490366958f5b9318c334 | |
parent | 37d5cf3609a15b04610b7892d9b4310eb83b1c4d (diff) |
fix(docs): Minor tweaks
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1537f3383d44ace8e705e5c744713d0863ca67d0
-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) |