fix(docs): Minor tweaks 68/38868/2
authorpmikus <peter.mikus@protonmail.ch>
Tue, 23 May 2023 13:07:00 +0000 (13:07 +0000)
committerPeter Mikus <peter.mikus@protonmail.ch>
Tue, 23 May 2023 13:07:56 +0000 (13:07 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1537f3383d44ace8e705e5c744713d0863ca67d0

resources/libraries/python/InterfaceUtil.py

index 7e645d1..42474b4 100644 (file)
@@ -358,7 +358,6 @@ class InterfaceUtil:
         :type node: dict
         :type interface: str or int
         :type mtu: int
         :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)
         """
         if isinstance(interface, str):
             sw_if_index = Topology.get_interface_sw_index(node, interface)