Traffic shaping using tc-netem on macvlan
3
votes
1
answer
450
views
I am setting up a virtual network using macvlans and I have connected traffic-control tc to each of them. I set the delay for each as 90ms. But on ping I get the time of 0.02 seconds. Why is tc not working on macvlan?
I am using the following commands:
tc qdisc add dev m1 root netem delay 90ms
tc qdisc add dev m2 root netem delay 90ms
and then ping from ip of m1 to ip of m2. m1 and m2 are macvlans.
Asked by shaifali Gupta
(141 rep)
Apr 9, 2020, 11:46 AM
Last activity: Apr 10, 2020, 03:10 PM
Last activity: Apr 10, 2020, 03:10 PM