hexaholic
hexaholic
Since #52 it is possible to switch between bits/second and bytes/second, which is a great improvement. But the displayed units will still change in their magnitude, e.g. between Kbps, Mbps...
Please consider adding icons for these apps to Frost: - AutoTools - Boxcryptor - Google Opinion Rewards - ISS-Detektor - Magic Earth - Podcast Addict - Port Authority - Rail...
Hi David, I am trying to add VLAN interfaces to an existing layer3 physical interface of a cluster. ``` cluster.physical_interface.add_layer3_vlan_cluster_interface( interface_id=9, vlan_id=123, cluster_virtual='10.0.0.1', network_value='10.0.0.0/24', # cvi_mode='packetdispatch' ) ``` Unfortunately this...