We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c44859 commit a04f590Copy full SHA for a04f590
netsim/devices/iosvl2.py
@@ -43,7 +43,7 @@ def lag_remove_virtual(node: Box, topology: Box) -> None:
43
if intf.get('type') == 'lag' and 'virtual_interface' in intf:
44
del intf['virtual_interface']
45
report_quirk(
46
- f'Cisco IOS layer-2 image PortChannel interface will be treated as physical.',
+ f'Cisco IOS layer-2 image: PortChannel interface will be treated as a physical interface.',
47
more_data=f'Removing virtual_interface tag from (node {node.name} {intf.ifname})',
48
node=node,
49
quirk='lag_remove_virtual',
0 commit comments