We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62c7fa commit b841149Copy full SHA for b841149
inc/saihostif.h
@@ -343,6 +343,13 @@ typedef enum _sai_hostif_trap_type_t
343
*/
344
SAI_HOSTIF_TRAP_TYPE_ISIS = 0x00002014,
345
346
+ /**
347
+ * @brief Packets matching subnet routes with NH pointing to router interface
348
+ * i.e., no neighbor entry route is present
349
+ * (default packet action is trap)
350
+ */
351
+ SAI_HOSTIF_TRAP_TYPE_NEIGHBOR_MISS = 0x00002015,
352
+
353
/** Router traps custom range start */
354
SAI_HOSTIF_TRAP_TYPE_ROUTER_CUSTOM_RANGE_BASE = 0x00003000,
355
0 commit comments