]> git.ipfire.org Git - thirdparty/systemd.git/commit
netlink: fix routing-policy-rule integer type for FRA_TUN_ID
authorThomas Haller <thaller@redhat.com>
Mon, 18 Feb 2019 12:01:56 +0000 (13:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Feb 2019 14:23:35 +0000 (15:23 +0100)
commit202aa15976532d6409946886928fef144179c4ff
tree7451d3a3f07fade6fbbef5f3c7e564cf55e97e50
parent5bcffb4b549c0d115d8e40137ea885b7568ec6cb
netlink: fix routing-policy-rule integer type for FRA_TUN_ID

FRA_TUN_ID is a 64 big endian integer. Fix the policy.

FRA_TUN_ID is unused by networkd, hence I think this bug
has no actual consequences.

Fixes: bce67bbee359eec19e6778619b6651100a1c1477
src/libsystemd/sd-netlink/netlink-types.c