diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2015-12-16 15:30:44 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-20 13:04:07 +0100 |
commit | 9656dce72eead158e6da3ad560720bb0addfe7e2 (patch) | |
tree | 190bdc886af4a3e80cbffee3becc3562412a2ee9 /nest/route.h | |
parent | aedd3a6babbaf35becb7770f73f30b20b464393f (diff) |
ROA code switchoff
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 7d9485f1..1a436ba4 100644 --- a/nest/route.h +++ b/nest/route.h @@ -560,6 +560,7 @@ extern struct protocol *attr_class_to_protocol[EAP_MAX]; #define DEF_PREF_PIPE 70 /* Routes piped from other tables */ #define DEF_PREF_INHERITED 10 /* Routes inherited from other routing daemons */ +#if 0 /* * Route Origin Authorization @@ -639,5 +640,5 @@ void roa_preconfig(struct config *c); void roa_commit(struct config *new, struct config *old); void roa_show(struct roa_show_data *d); - +#endif #endif |