summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-05-22 17:12:15 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-05-22 17:12:15 +0200
commitea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725 (patch)
treebfad8e3665598cedc1a099b9d37571a924e3564f /nest/route.h
parentd72a0ac2396471ffb2b3a580ee986f950e4d23ae (diff)
downloadbird-ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725.tar
bird-ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725.zip
Change import/preimport to export/preexport to be consistent with filters.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h
index 08df881..43cfa9d 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -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;