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 library currently only supports 32 bit values for "rate" and "peak rate" in police actions.
Implementation notes
The fields are stored in the struct nl.TcPolice, which only supports 32 bits. The protocol supports separate 64bit attributes, which can be appended after the nl.TcPolice instance.
The issue
The library currently only supports 32 bit values for "rate" and "peak rate" in police actions.
Implementation notes
The fields are stored in the struct
nl.TcPolice
, which only supports 32 bits. The protocol supports separate 64bit attributes, which can be appended after thenl.TcPolice
instance.This change is completely analogous to the commit "implemented handling of uint64 for HTB class rate/ceil
".
NB:
I expect to have a PR ready within a few days.
The text was updated successfully, but these errors were encountered: