Skip to content

Commit

Permalink
Added ISIS trap type
Browse files Browse the repository at this point in the history
  • Loading branch information
abanu-ms committed Feb 9, 2021
1 parent 6418082 commit 5d51985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/saihostif.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ typedef enum _sai_hostif_trap_type_t
/** Default packet action is forward */
SAI_HOSTIF_TRAP_TYPE_IPV6_NEIGHBOR_ADVERTISEMENT = 0x00002013,

/** Default packet action is forward */
SAI_HOSTIF_TRAP_TYPE_ISIS = 0x00002014,

/** Router traps custom range start */
SAI_HOSTIF_TRAP_TYPE_ROUTER_CUSTOM_RANGE_BASE = 0x00003000,

Expand Down

0 comments on commit 5d51985

Please sign in to comment.