]> git.puffer.fish Git - mirror/frr.git/commitdiff
include: Update rtnetlink.h
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 12:28:02 +0000 (08:28 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 15:12:50 +0000 (10:12 -0500)
Update to latest kernel version of rtnetlink.h  We are
really bringing in the RTM_F_OFFLOAD_FAILED change.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
include/linux/rtnetlink.h

index 9b814c92de123911aad41564cb290fa099bb0c0c..74a0d795aba6898da33e99956c85e29875429e03 100644 (file)
@@ -319,6 +319,7 @@ enum rt_scope_t {
 #define RTM_F_FIB_MATCH                0x2000  /* return full fib lookup match */
 #define RTM_F_OFFLOAD          0x4000  /* route is offloaded */
 #define RTM_F_TRAP             0x8000  /* route is trapping packets */
+#define RTM_F_OFFLOAD_FAILED    0x10000 /* route offload failed */
 
 /* Reserved table identifiers */