From ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 22 May 2009 17:12:15 +0200 Subject: Change import/preimport to export/preexport to be consistent with filters. --- nest/route.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/route.h') 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; -- cgit v1.2.3