summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/fw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/cls/fw.c')
-rw-r--r--lib/route/cls/fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/cls/fw.c b/lib/route/cls/fw.c
index 8cf25b9..b8055fe 100644
--- a/lib/route/cls/fw.c
+++ b/lib/route/cls/fw.c
@@ -44,7 +44,7 @@ static int fw_msg_parser(struct rtnl_cls *cls)
struct nlattr *tb[TCA_FW_MAX + 1];
int err;
- err = tca_parse(tb, TCA_FW_MAX, (struct rtnl_tca *) cls, fw_policy);
+ err = tca_parse(tb, TCA_FW_MAX, (struct rtnl_tc *) cls, fw_policy);
if (err < 0)
return err;