commit | 257eeded20b34219d5484cfc415b3e39093f37b8 | [log] [tgz] |
---|---|---|
author | Eli Cohen <[email protected]> | Sun Feb 10 14:24:59 2019 +0200 |
committer | David S. Miller <[email protected]> | Sun Feb 10 09:28:43 2019 -0800 |
tree | bc1a7320b23e8d31fc643e3ce76059ea1cd11932 | |
parent | 99c864667c9fe3d1113a2b906aa942d01c87e996 [diff] |
net: Move all TC actions identifiers to one place Move all the TC identifiers to one place, to the same enum that defines the identifier of police action. This makes it easier choose numbers for new actions since they are now defined in one place. We preserve the original values for binary compatibility. New IDs should be added inside the enum. Signed-off-by: Eli Cohen <[email protected]> Acked-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>