diff options
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index 2ec1dc7f..e19e11ca 100644 --- a/nest/route.h +++ b/nest/route.h @@ -421,6 +421,7 @@ 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 RTC_UNICAST 0 |