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
The problem is that after adding the link bandwidth on mininet, like that, net.addLink(s1,s2,1,1,cls=TCLink,bw=1000)
that I tried to check queue-stats but there was not queue on switch port,
but ovs-vsctl list qos and ovs-vsctl list queue these two commands still worked
If I delete the bandwidth on mininet, like that, net.addLink(s1,s2,1,1)
that ovs-ofctl queue-stats is working again
I tried google this problem on mininet-discuss but seem to be no answer on it,
was there someone facing this problem before?
The text was updated successfully, but these errors were encountered:
The problem is that after adding the link bandwidth on mininet, like that,
net.addLink(s1,s2,1,1,cls=TCLink,bw=1000)
that I tried to check queue-stats but there was not queue on switch port,
but ovs-vsctl list qos and ovs-vsctl list queue these two commands still worked
If I delete the bandwidth on mininet, like that,
net.addLink(s1,s2,1,1)
that ovs-ofctl queue-stats is working again
I tried google this problem on mininet-discuss but seem to be no answer on it,
was there someone facing this problem before?
The text was updated successfully, but these errors were encountered: