Skip to content

Commit

Permalink
Add MSTP Trap
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnarauf committed Jul 12, 2023
1 parent c48d0b8 commit 1742e75
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -251,6 +251,9 @@ typedef enum _sai_hostif_trap_type_t
*/
SAI_HOSTIF_TRAP_TYPE_DHCPV6_L2 = 0x00000013,

/** Default action is drop */
SAI_HOSTIF_TRAP_TYPE_MSTP = 0x00000014,

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

Expand Down
1 change: 1 addition & 0 deletions meta/acronyms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ MDIO - Management Data Input/Output
MDIX - Medium Dependent Interface Crossover
MMU - Memory Management Unit
MPLS - Multi Protocol Label Switching
MSTP - Multiple Spanning Tree Protocol
MTU - Maximum Transmission Unit
NAPT - Network Address Port Translation
NHLFE - Next Hop Label Forwarding Entry
Expand Down

0 comments on commit 1742e75

Please sign in to comment.