diff options
| author | Ido Schimmel <[email protected]> | 2021-01-28 13:49:17 +0100 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-28 20:49:52 -0800 |
| commit | 09ad6becf5355fe0645f500f518fbbd531715722 (patch) | |
| tree | eeb9454ed1731d5dda578ee19cfffff84c62f195 /tools/perf/scripts/python | |
| parent | 720ccd9a728506ca4721b18a22a2157a9d48ed60 (diff) | |
nexthop: Use enum to encode notification type
Currently there are only two types of in-kernel nexthop notification.
The two are distinguished by the 'is_grp' boolean field in 'struct
nh_notifier_info'.
As more notification types are introduced for more next-hop group types, a
boolean is not an easily extensible interface. Instead, convert it to an
enum.
Signed-off-by: Ido Schimmel <[email protected]>
Reviewed-by: Petr Machata <[email protected]>
Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions