We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e4b0b commit a15ff62Copy full SHA for a15ff62
src/libsystemd/sd-netlink/netlink-types.c
@@ -663,7 +663,7 @@ static const NLType rtnl_routing_policy_rule_types[] = {
663
[FRA_FWMASK] = { .type = NETLINK_TYPE_U32 },
664
[FRA_OIFNAME] = { .type = NETLINK_TYPE_STRING },
665
[FRA_PAD] = { .type = NETLINK_TYPE_U32 },
666
- [FRA_L3MDEV] = { .type = NETLINK_TYPE_U64 },
+ [FRA_L3MDEV] = { .type = NETLINK_TYPE_U8 },
667
[FRA_UID_RANGE] = { .size = sizeof(struct fib_rule_uid_range) },
668
[FRA_PROTOCOL] = { .type = NETLINK_TYPE_U8 },
669
[FRA_IP_PROTO] = { .type = NETLINK_TYPE_U8 },
0 commit comments