diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-22 17:12:15 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-22 17:12:15 +0200 |
commit | ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725 (patch) | |
tree | bfad8e3665598cedc1a099b9d37571a924e3564f /nest/route.h | |
parent | d72a0ac2396471ffb2b3a580ee986f950e4d23ae (diff) | |
download | bird-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.h | 4 |
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; |