diff options
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h index 93afae57..8dfbb376 100644 --- a/nest/route.h +++ b/nest/route.h @@ -428,8 +428,8 @@ typedef struct rta { #define RTS_PIPE 12 /* Inter-table wormhole */ #define RTS_BABEL 13 /* Babel route */ #define RTS_RPKI 14 /* Route Origin Authorization */ -#define RTS_MAX 15 - +#define RTS_PERF 15 /* Perf checker */ +#define RTS_MAX 16 #define RTC_UNICAST 0 #define RTC_BROADCAST 1 |