From 2fee5eb4d6de236688e7e9d2d9be281aee89d010 Mon Sep 17 00:00:00 2001 From: Don Slice Date: Thu, 22 Feb 2018 15:25:27 +0000 Subject: [PATCH] pbrd: add reason code for deleting a sequence number Signed-off-by: Don Slice --- pbrd/pbr_map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pbrd/pbr_map.h b/pbrd/pbr_map.h index 9dcb1600d9f9..328f6aa99fae 100644 --- a/pbrd/pbr_map.h +++ b/pbrd/pbr_map.h @@ -93,6 +93,7 @@ struct pbr_map_sequence { #define PBR_MAP_INVALID_NO_NEXTHOPS (1 << 2) #define PBR_MAP_INVALID_BOTH_NHANDGRP (1 << 3) #define PBR_MAP_INVALID_SRCDST (1 << 4) +#define PBR_MAP_DEL_SEQUENCE_NUMBER (1 << 5) uint64_t reason; QOBJ_FIELDS