strace/xlat/fib_rule_actions.in
JingPiao Chen a0d3f258d0 netlink: add a basic rtnetlink parser of rule messages
* 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>
2017-08-14 01:06:59 +00:00

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