Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions inc/saibridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ typedef enum _sai_bridge_port_tagging_mode_t
/** Tagged mode */
SAI_BRIDGE_PORT_TAGGING_MODE_TAGGED,

/** Hybrid mode */
SAI_BRIDGE_PORT_TAGGING_MODE_HYBRID,

} sai_bridge_port_tagging_mode_t;

/**
Expand Down
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 packet 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 @@ -86,6 +86,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