a0d3f258d0
* defs.h (routing_table_ids): New xlat prototype. * rtnl_rule.c: New file. * Makefile.am (strace_SOURCES): Add it. * defs.h (ip_type_of_services, routing_table_ids): New xlat prototypes. * netlink_route.h (decode_fib_rule_hdr): New prototype. * configure.ac (AC_CHECK_HEADERS): Add linux/fib_rules.h. * netlink_route.c (route_decoders): Add RTM_DELRULE, RTM_GETRULE, and RTM_NEWRULE. * xlat/fib_rule_actions.in: New file. * xlat/fib_rule_flags.in: Likewise. Co-authored-by: Fabien Siron <fabien.siron@epita.fr>
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
FR_ACT_UNSPEC 0
|
|
FR_ACT_TO_TBL 1
|
|
FR_ACT_GOTO 2
|
|
FR_ACT_NOP 3
|
|
FR_ACT_RES3 4
|
|
FR_ACT_RES4 5
|
|
FR_ACT_BLACKHOLE 6
|
|
FR_ACT_UNREACHABLE 7
|
|
FR_ACT_PROHIBIT 8
|