idiag: add missing enum types for idiagnl_exts2str()
Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
77771ba26f
commit
91e61c8f05
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ static const struct trans_tbl idiag_exts[] = {
|
|||
__ADD(INET_DIAG_CONG, congestion),
|
||||
__ADD(INET_DIAG_TOS, tos),
|
||||
__ADD(INET_DIAG_TCLASS, tclass),
|
||||
__ADD(INET_DIAG_SKMEMINFO, skmeminfo),
|
||||
__ADD(INET_DIAG_SHUTDOWN, shutdown),
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue