summaryrefslogtreecommitdiff
path: root/ip/iproute.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2021-02-23 23:03:42 -0800
committerStephen Hemminger <stephen@networkplumber.org>2021-02-23 23:03:42 -0800
commit52c5f3f0432562f5416fc093aff5166b6d2702ed (patch)
tree6352dc72a20f9a65e96f79a4a1502af4efad042b /ip/iproute.c
parentbbddfcec6c32781e5b4915ef4ce6b9b13eed82ef (diff)
parentc7897ec2a68b444b8aecc7aaeed8b80a5eefa7ea (diff)
Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-next
Diffstat (limited to 'ip/iproute.c')
-rw-r--r--ip/iproute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip/iproute.c b/ip/iproute.c
index 8d4d2ff8..291f1a58 100644
--- a/ip/iproute.c
+++ b/ip/iproute.c
@@ -374,6 +374,8 @@ void print_rt_flags(FILE *fp, unsigned int flags)
print_string(PRINT_ANY, NULL, "%s ", "rt_offload");
if (flags & RTM_F_TRAP)
print_string(PRINT_ANY, NULL, "%s ", "rt_trap");
+ if (flags & RTM_F_OFFLOAD_FAILED)
+ print_string(PRINT_ANY, NULL, "%s ", "rt_offload_failed");
close_json_array(PRINT_JSON, NULL);
}