Skip to content

Commit

Permalink
Add HostIf traps for CISCO MCAST packet types (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenggen-xu authored and lguohan committed Jun 2, 2018
1 parent 07c23b3 commit 9b16945
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inc/saihostif.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,18 @@ typedef enum _sai_hostif_trap_type_t
/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_UDLD = 0x0000000b,

/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_CDP = 0x0000000c,

/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_VTP = 0x0000000d,

/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_DTP = 0x0000000e,

/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_PAGP = 0x0000000f,

/** Switch traps custom range start */
SAI_HOSTIF_TRAP_TYPE_SWITCH_CUSTOM_RANGE_BASE = 0x00001000,

Expand Down

0 comments on commit 9b16945

Please sign in to comment.