Add missing strings to several enum string definitions

This commit is contained in:
Tobias Brunner
2019-10-28 14:26:32 +01:00
parent 8b98482e04
commit 45c8399d78
6 changed files with 16 additions and 9 deletions
@@ -90,14 +90,15 @@ ENUM(rt_msg_names, RTM_NEWLINK, RTM_GETRULE,
"RTM_NEWADDR",
"RTM_DELADDR",
"RTM_GETADDR",
"31",
"23",
"RTM_NEWROUTE",
"RTM_DELROUTE",
"RTM_GETROUTE",
"35",
"27",
"RTM_NEWNEIGH",
"RTM_DELNEIGH",
"RTM_GETNEIGH",
"31",
"RTM_NEWRULE",
"RTM_DELRULE",
"RTM_GETRULE",