diff options
author | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-01-20 16:29:17 +0100 |
---|---|---|
committer | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-01-20 16:46:58 +0100 |
commit | 650b4189427eb5a5f96753e39c0d67f09e0ef445 (patch) | |
tree | c004779b0bd5ff5185018ed8403a5ee30b5d7eff /conf/conf.h | |
parent | 0264ccf6f4acaea5313dee2cd3bc3bdb28c74f60 (diff) |
Delete old ROA code
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h index d442cdb5..1e142bab 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -20,7 +20,6 @@ struct config { linpool *mem; /* Linear pool containing configuration data */ list protos; /* Configured protocol instances (struct proto_config) */ list tables; /* Configured routing tables (struct rtable_config) */ - list roa_tables; /* Configured ROA tables (struct roa_table_config) */ list logfiles; /* Configured log fils (sysdep) */ int mrtdump_file; /* Configured MRTDump file (sysdep, fd in unix) */ |