From 68be575f21a3a062a8b4dda168d84b658693fb4e Mon Sep 17 00:00:00 2001 From: VenkatCisco <77468614+VenkatCisco@users.noreply.github.com> Date: Tue, 6 Jul 2021 07:38:47 -0700 Subject: [PATCH] ISIS trap support for SAI (#1238) * Extends SAI-v1.8 capabilities to support new ISIS header SAI_HOSTIF_TRAP_TYPE_ISIS. Signed-off-by: Venkat Garigipati --- inc/saihostif.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/inc/saihostif.h b/inc/saihostif.h index 99e95714f..6bf5df83b 100644 --- a/inc/saihostif.h +++ b/inc/saihostif.h @@ -322,6 +322,18 @@ typedef enum _sai_hostif_trap_type_t /** Default packet action is forward */ SAI_HOSTIF_TRAP_TYPE_IPV6_NEIGHBOR_ADVERTISEMENT = 0x00002013, + /** + * @brief Intermediate System-to-Intermediate System (IS-IS) protocol + * + * Traffic: + * L1 IS: 01:80:c2:00:00:14, All Level 1 Intermediate Systems Address + * L2 IS: 01:80:c2:00:00:15, All Level 2 Intermediate Systems Address + * All IS: 09:00:2b:00:00:05, All Intermediate System Network Entities address + * + * 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,