Skip to content

Commit a04f590

Browse files
author
Dan Partelly
committed
Warning message: clean up.
1 parent 6c44859 commit a04f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netsim/devices/iosvl2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def lag_remove_virtual(node: Box, topology: Box) -> None:
4343
if intf.get('type') == 'lag' and 'virtual_interface' in intf:
4444
del intf['virtual_interface']
4545
report_quirk(
46-
f'Cisco IOS layer-2 image PortChannel interface will be treated as physical.',
46+
f'Cisco IOS layer-2 image: PortChannel interface will be treated as a physical interface.',
4747
more_data=f'Removing virtual_interface tag from (node {node.name} {intf.ifname})',
4848
node=node,
4949
quirk='lag_remove_virtual',

0 commit comments

Comments
 (0)