1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Change import/preimport to export/preexport to be consistent with filters.

This commit is contained in:
Ondrej Zajicek
2009-05-22 17:12:15 +02:00
parent d72a0ac239
commit ea2ae6dd0a
4 changed files with 22 additions and 22 deletions

View File

@@ -212,8 +212,8 @@ struct rt_show_data {
int verbose;
struct fib_iterator fit;
struct proto *show_protocol;
struct proto *import_protocol;
int import_mode, primary_only;
struct proto *export_protocol;
int export_mode, primary_only;
struct config *running_on_config;
int net_counter, rt_counter, show_counter;
int stats, show_for;