diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-15 14:48:33 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-15 15:03:45 -0400 |
| commit | 3dabc387a6f846debc944eb42bcab34cdee67d9b (patch) | |
| tree | 8f9461dc846d9eb06ff38e693d10402501631645 | |
| parent | c4097b758e5d13fbd01306167079ab608165ec3a (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
