1 /* Generated by ./xlat/gen.sh from ./xlat/fib_rule_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat fib_rule_flags in mpers mode 6 7 #else 8 9 static 10 const struct xlat fib_rule_flags[] = { 11 #if defined(FIB_RULE_PERMANENT) || (defined(HAVE_DECL_FIB_RULE_PERMANENT) && HAVE_DECL_FIB_RULE_PERMANENT) 12 XLAT(FIB_RULE_PERMANENT), 13 #endif 14 #if defined(FIB_RULE_INVERT) || (defined(HAVE_DECL_FIB_RULE_INVERT) && HAVE_DECL_FIB_RULE_INVERT) 15 XLAT(FIB_RULE_INVERT), 16 #endif 17 #if defined(FIB_RULE_UNRESOLVED) || (defined(HAVE_DECL_FIB_RULE_UNRESOLVED) && HAVE_DECL_FIB_RULE_UNRESOLVED) 18 XLAT(FIB_RULE_UNRESOLVED), 19 #endif 20 #if defined(FIB_RULE_IIF_DETACHED) || (defined(HAVE_DECL_FIB_RULE_IIF_DETACHED) && HAVE_DECL_FIB_RULE_IIF_DETACHED) 21 XLAT(FIB_RULE_IIF_DETACHED), 22 #endif 23 #if defined(FIB_RULE_OIF_DETACHED) || (defined(HAVE_DECL_FIB_RULE_OIF_DETACHED) && HAVE_DECL_FIB_RULE_OIF_DETACHED) 24 XLAT(FIB_RULE_OIF_DETACHED), 25 #endif 26 #if defined(FIB_RULE_FIND_SADDR) || (defined(HAVE_DECL_FIB_RULE_FIND_SADDR) && HAVE_DECL_FIB_RULE_FIND_SADDR) 27 XLAT(FIB_RULE_FIND_SADDR), 28 #endif 29 XLAT_END 30 }; 31 32 #endif /* !IN_MPERS */ 33