From 3dabc387a6f846debc944eb42bcab34cdee67d9b Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Tue, 15 Oct 2019 14:48:33 -0400 Subject: [PATCH] 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 --- lib/pbr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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