1 /* Generated by ./xlat/gen.sh from ./xlat/route_nexthop_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat route_nexthop_flags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat route_nexthop_flags[] = {
11 #if defined(RTNH_F_DEAD) || (defined(HAVE_DECL_RTNH_F_DEAD) && HAVE_DECL_RTNH_F_DEAD)
12   XLAT(RTNH_F_DEAD),
13 #endif
14 #if defined(RTNH_F_PERVASIVE) || (defined(HAVE_DECL_RTNH_F_PERVASIVE) && HAVE_DECL_RTNH_F_PERVASIVE)
15   XLAT(RTNH_F_PERVASIVE),
16 #endif
17 #if defined(RTNH_F_ONLINK) || (defined(HAVE_DECL_RTNH_F_ONLINK) && HAVE_DECL_RTNH_F_ONLINK)
18   XLAT(RTNH_F_ONLINK),
19 #endif
20 #if defined(RTNH_F_OFFLOAD) || (defined(HAVE_DECL_RTNH_F_OFFLOAD) && HAVE_DECL_RTNH_F_OFFLOAD)
21   XLAT(RTNH_F_OFFLOAD),
22 #endif
23 #if defined(RTNH_F_LINKDOWN) || (defined(HAVE_DECL_RTNH_F_LINKDOWN) && HAVE_DECL_RTNH_F_LINKDOWN)
24   XLAT(RTNH_F_LINKDOWN),
25 #endif
26 #if defined(RTNH_F_UNRESOLVED) || (defined(HAVE_DECL_RTNH_F_UNRESOLVED) && HAVE_DECL_RTNH_F_UNRESOLVED)
27   XLAT(RTNH_F_UNRESOLVED),
28 #endif
29  XLAT_END
30 };
31 
32 #endif /* !IN_MPERS */
33