Register TCA_ID_FRER in the global tc action ID enum so that the FRER tc action can be identified uniquely among all tc actions.
Signed-off-by: Xiaoliang Yang <[email protected]> --- include/uapi/linux/pkt_cls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 28d94b11d1aa..9b87f0455110 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -139,6 +139,7 @@ enum tca_id { TCA_ID_MPLS, TCA_ID_CT, TCA_ID_GATE, + TCA_ID_FRER, /* other actions go here */ __TCA_ID_MAX = 255 }; -- 2.17.1

