aboutsummaryrefslogtreecommitdiff
path: root/xlat/rtnl_mdba_router_attrs.h
blob: 2efe5e39b3beb8edf98cc3f863a2ab34b7cfd092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by ./xlat/gen.sh from ./xlat/rtnl_mdba_router_attrs.in; do not edit. */
#if !(defined(MDBA_ROUTER_UNSPEC) || (defined(HAVE_DECL_MDBA_ROUTER_UNSPEC) && HAVE_DECL_MDBA_ROUTER_UNSPEC))
# define MDBA_ROUTER_UNSPEC 0
#endif
#if !(defined(MDBA_ROUTER_PORT) || (defined(HAVE_DECL_MDBA_ROUTER_PORT) && HAVE_DECL_MDBA_ROUTER_PORT))
# define MDBA_ROUTER_PORT 1
#endif

#ifdef IN_MPERS

# error static const struct xlat rtnl_mdba_router_attrs in mpers mode

#else

static
const struct xlat rtnl_mdba_router_attrs[] = {
 XLAT(MDBA_ROUTER_UNSPEC),
 XLAT(MDBA_ROUTER_PORT),
 XLAT_END
};

#endif /* !IN_MPERS */