Skip to content

Commit

Permalink
pbrd: add reason code for deleting a sequence number
Browse files Browse the repository at this point in the history
Signed-off-by: Don Slice <[email protected]>
  • Loading branch information
dslicenc authored and donaldsharp committed Feb 22, 2018
1 parent 682ad86 commit 2fee5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbrd/pbr_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fee5eb

Please sign in to comment.