]> granicus.if.org Git - strace/commit
rtnl_rule: decode fib_rule_uid_range without use of <linux/fib_rules.h>
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 10 Oct 2019 08:27:40 +0000 (10:27 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 12 Oct 2019 16:51:55 +0000 (16:51 +0000)
commitbade0cb3cbe109026faeff913ebe4272553d316c
treeb9f19ad0b5fdbef8176b199d581375b1a26e27d8
parentc9a4cb8d33d0ff05b1c9d7d0019048fc282e569f
rtnl_rule: decode fib_rule_uid_range without use of <linux/fib_rules.h>

* rtnl_rule.c (decode_fib_rule_uid_range): Define struct type for
fib_rule_uid_range explicitly.
(decode_fib_rule_uid_range) [!HAVE_STRUCT_FIB_RULE_UID_RANGE]: Remove.
* xlat/fib_rule_flags.in: Add fallback definitions.

References: https://bugzilla.redhat.com/show_bug.cgi?id=1758201
rtnl_rule.c
xlat/fib_rule_flags.in