diff options
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; |