Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
37d5cf3
)
fix(docs): Minor tweaks
68/38868/2
author
pmikus
<
[email protected]
>
Tue, 23 May 2023 13:07:00 +0000
(13:07 +0000)
committer
Peter Mikus
<
[email protected]
>
Tue, 23 May 2023 13:07:56 +0000
(13:07 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: I1537f3383d44ace8e705e5c744713d0863ca67d0
resources/libraries/python/InterfaceUtil.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/InterfaceUtil.py
b/resources/libraries/python/InterfaceUtil.py
index
7e645d1
..
42474b4
100644
(file)
--- 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)