diff --git a/home/nipa/nipa_out/1017131/ynl/old-code/rt-rule-user.c b/home/nipa/nipa_out/1017131/ynl/new-code/rt-rule-user.c index 7e6e005d91bf..014306c702c6 100644 --- a/home/nipa/nipa_out/1017131/ynl/old-code/rt-rule-user.c +++ b/home/nipa/nipa_out/1017131/ynl/new-code/rt-rule-user.c @@ -46,8 +46,8 @@ const char *rt_rule_fr_act_str(int value) /* Policies */ const struct ynl_policy_attr rt_rule_fib_rule_attrs_policy[FRA_MAX + 1] = { - [FRA_DST] = { .name = "dst", .type = YNL_PT_U32, }, - [FRA_SRC] = { .name = "src", .type = YNL_PT_U32, }, + [FRA_DST] = { .name = "dst", .type = YNL_PT_BINARY,}, + [FRA_SRC] = { .name = "src", .type = YNL_PT_BINARY,}, [FRA_IIFNAME] = { .name = "iifname", .type = YNL_PT_NUL_STR, }, [FRA_GOTO] = { .name = "goto", .type = YNL_PT_U32, }, [FRA_UNUSED2] = { .name = "unused2", .type = YNL_PT_IGNORE, },