kernel-netlink: Define defaults for routing table and prio

This commit is contained in:
Tobias Brunner 2013-04-16 13:46:32 +02:00
parent 2d7b55bf9b
commit 0b9ce21b5e
1 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,14 @@
/** maximum recursion when searching for addresses in get_route() */
#define MAX_ROUTE_RECURSION 2
#ifndef ROUTING_TABLE
#define ROUTING_TABLE 0
#endif
#ifndef ROUTING_TABLE_PRIO
#define ROUTING_TABLE_PRIO 0
#endif
typedef struct addr_entry_t addr_entry_t;
/**