• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/routing_table_ids.in; do not edit. */
2 #if !(defined(RT_TABLE_UNSPEC) || (defined(HAVE_DECL_RT_TABLE_UNSPEC) && HAVE_DECL_RT_TABLE_UNSPEC))
3 # define RT_TABLE_UNSPEC 0
4 #endif
5 #if !(defined(RT_TABLE_COMPAT) || (defined(HAVE_DECL_RT_TABLE_COMPAT) && HAVE_DECL_RT_TABLE_COMPAT))
6 # define RT_TABLE_COMPAT 252
7 #endif
8 #if !(defined(RT_TABLE_DEFAULT) || (defined(HAVE_DECL_RT_TABLE_DEFAULT) && HAVE_DECL_RT_TABLE_DEFAULT))
9 # define RT_TABLE_DEFAULT 253
10 #endif
11 #if !(defined(RT_TABLE_MAIN) || (defined(HAVE_DECL_RT_TABLE_MAIN) && HAVE_DECL_RT_TABLE_MAIN))
12 # define RT_TABLE_MAIN 254
13 #endif
14 #if !(defined(RT_TABLE_LOCAL) || (defined(HAVE_DECL_RT_TABLE_LOCAL) && HAVE_DECL_RT_TABLE_LOCAL))
15 # define RT_TABLE_LOCAL 255
16 #endif
17 
18 #ifndef IN_MPERS
19 
20 const struct xlat routing_table_ids[] = {
21  XLAT(RT_TABLE_UNSPEC),
22  XLAT(RT_TABLE_COMPAT),
23  XLAT(RT_TABLE_DEFAULT),
24  XLAT(RT_TABLE_MAIN),
25  XLAT(RT_TABLE_LOCAL),
26  XLAT_END
27 };
28 
29 #endif /* !IN_MPERS */
30