You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some virtual hosts have a huge list of network interfaces, pushing the other useful information off the screen. For these hosts, it would be great if we can limit the interfaces shown. The default behaviour can be as it is currently. One of our vms on hyper-v has 18 veth* interfaces...
--limit-interfaces 2 seems like a bad idea because we don't know the order of the interfaces
--interface eth0 --interface docker0 --interface ... would be fine
A config file would be overkill, I guess, especially since it's a per-host setting
The text was updated successfully, but these errors were encountered:
Some virtual hosts have a huge list of network interfaces, pushing the other useful information off the screen. For these hosts, it would be great if we can limit the interfaces shown. The default behaviour can be as it is currently. One of our vms on hyper-v has 18 veth* interfaces...
--limit-interfaces 2
seems like a bad idea because we don't know the order of the interfaces--interface eth0 --interface docker0 --interface ...
would be fineThe text was updated successfully, but these errors were encountered: