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
pyroute2 filter API doesn't support matching mac address, for example, I can install a filter rule through the following command line:
tc filter add dev vnet1 parent 1:0 protocol ip prio 5 u32 match u16 0x0800 0xffff at -2 match u16 0xca67 0xffff at -4 match u32 0x5254005c 0xffffffff at -8 flowid 1:10
but I can't install this rule through the tc API, cause the offset is negative.
The text was updated successfully, but these errors were encountered:
pyroute2 filter API doesn't support matching mac address, for example, I can install a filter rule through the following command line:
but I can't install this rule through the tc API, cause the offset is negative.
The text was updated successfully, but these errors were encountered: