Skip to content

Commit

Permalink
complete switch case to address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Aug 22, 2018
1 parent 1398333 commit c09e655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bgpstream_filter_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const char *bgpstream_filter_type_to_string(bgpstream_filter_type_t type)
return "Community";
case BGPSTREAM_FILTER_TYPE_ELEM_PEER_ASN:
return "Peer ASN";
case BGPSTREAM_FILTER_TYPE_ELEM_ORIGIN_ASN:
return "Origin ASN";
case BGPSTREAM_FILTER_TYPE_PROJECT:
return "Project";
case BGPSTREAM_FILTER_TYPE_COLLECTOR:
Expand Down

0 comments on commit c09e655

Please sign in to comment.