diff options
| author | Tom Parkin <[email protected]> | 2020-08-22 15:59:03 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-08-22 12:44:37 -0700 |
| commit | 5ee759cda51b9b1c28994ea36e314427a58cb6d7 (patch) | |
| tree | b30c1fba1b05e607e68473d7b11b7f65fd44142b /tools/perf/scripts/python | |
| parent | ab141e3733d16ba24740de515694697835f24636 (diff) | |
l2tp: use standard API for warning log messages
The l2tp_* log wrappers only emit messages of a given category if the
tunnel or session structure has the appropriate flag set in its debug
field. Flags default to being unset.
For warning messages, this doesn't make a lot of sense since an
administrator is likely to want to know about datapath warnings without
needing to tweak the debug flags setting for a given tunnel or session
instance.
Modify l2tp_warn callsites to use pr_warn_ratelimited instead for
unconditional output of warning messages.
Signed-off-by: Tom Parkin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions