Skip to content

Commit

Permalink
Merge "Adding new short flow drop reason(SAME_FLOW_RFLOW)."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Apr 6, 2016
2 parents 3148586 + 91ccb32 commit 955f972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/vr_flow.h
Expand Up @@ -73,6 +73,7 @@ typedef enum {
#define VR_FLOW_DR_OUT_SG 0x10
#define VR_FLOW_DR_REVERSE_SG 0x11
#define VR_FLOW_DR_REVERSE_OUT_SG 0x12
#define VR_FLOW_DR_SAME_FLOW_RFLOW_KEY 0x13

#define VR_IP6_ADDRESS_LEN 16

Expand Down
2 changes: 2 additions & 0 deletions utils/flow.c
Expand Up @@ -348,6 +348,8 @@ flow_get_drop_reason(uint8_t drop_code)
return "RevSG";
case VR_FLOW_DR_REVERSE_OUT_SG:
return "RevOutSG";
case VR_FLOW_DR_SAME_FLOW_RFLOW_KEY:
return "SameFlowRflowKey";
default:
break;
}
Expand Down

0 comments on commit 955f972

Please sign in to comment.