summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2019-10-15 14:48:33 -0400
committerStephen Worley <sworley@cumulusnetworks.com>2019-10-15 15:03:45 -0400
commit3dabc387a6f846debc944eb42bcab34cdee67d9b (patch)
tree8f9461dc846d9eb06ff38e693d10402501631645
parentc4097b758e5d13fbd01306167079ab608165ec3a (diff)
lib: Use ifindex_t for struct pbr_rule
We should be using the ifindex_t typedef here for the type, not uint32_t. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
-rw-r--r--lib/pbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pbr.h b/lib/pbr.h
index ecd50447e5..cf6ac41d32 100644
--- a/lib/pbr.h
+++ b/lib/pbr.h
@@ -90,7 +90,7 @@ struct pbr_rule {
uint32_t unique;
struct pbr_filter filter;
struct pbr_action action;
- uint32_t ifindex;
+ ifindex_t ifindex;
};
/* TCP flags value shared