commit | 622ec2c9d52405973c9f1ca5116eb1c393adfc7d | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Nov 04 02:23:42 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 04 14:45:23 2016 -0400 |
tree | a3de4c86ceba4dca3217e0207adc76daa9d8eaf9 | |
parent | 86741ec25462e4c8cdce6df2f41ead05568c7d5e [diff] |
net: core: add UID to flows, rules, and routes - Define a new FIB rule attributes, FRA_UID_RANGE, to describe a range of UIDs. - Define a RTA_UID attribute for per-UID route lookups and dumps. - Support passing these attributes to and from userspace via rtnetlink. The value INVALID_UID indicates no UID was specified. - Add a UID field to the flow structures. Signed-off-by: Lorenzo Colitti <lorenzo@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>