summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorpdw <>2002-10-10 16:22:56 +0000
committerpdw <>2002-10-10 16:22:56 +0000
commit164fd7ef9f5559c72b9230e99651311eaa281a1c (patch)
treea3239b1dc36868f17404de04a24322f6d41265e2 /options.c
parent0359367dfcf843d82baf2dc8bbd9545becc34771 (diff)
downloadiftop-164fd7ef9f5559c72b9230e99651311eaa281a1c.zip
Changed src/host aggregation behaviour to be more like port option. Now
possible to aggregate both src and dest to allow port only display.
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.c b/options.c
index 7802a56..552c556 100644
--- a/options.c
+++ b/options.c
@@ -67,7 +67,8 @@ static void set_defaults() {
options.promiscuous = 0;
options.showbars = 1;
options.showports = OPTION_PORTS_OFF;
- options.aggregate = OPTION_AGGREGATE_OFF;
+ options.aggregate_src = 0;
+ options.aggregate_dest = 0;
}
static void die(char *msg) {