Skip to content

Commit

Permalink
Merge pull request #15986 from mjstapp/more_rtas
Browse files Browse the repository at this point in the history
zebra: add some more netlink RTA_ strings
  • Loading branch information
Jafaral committed May 10, 2024
2 parents 6482d1a + 6afb696 commit c143a29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zebra/debug_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,12 @@ const char *rtm_rta2str(int type)
return "NH_ID";
case RTA_EXPIRES:
return "EXPIRES";
case RTA_VIA:
return "VIA";
case RTA_ENCAP_TYPE:
return "RTA_ENCAP_TYPE";
case RTA_ENCAP:
return "RTA_ENCAP";
default:
return "UNKNOWN";
}
Expand Down

0 comments on commit c143a29

Please sign in to comment.