summaryrefslogtreecommitdiff
path: root/cfgfile.c
diff options
context:
space:
mode:
authorpdw <>2010-11-27 11:06:12 +0000
committerpdw <>2010-11-27 11:06:12 +0000
commit6197223f5265dcd983a5bb9b17c86d691462e06c (patch)
tree7628725678e49a59a895df543ef8a0c7054dbb06 /cfgfile.c
parent6d594acbd60ce301085ceb59d0981eba2cdaaf14 (diff)
downloadiftop-6197223f5265dcd983a5bb9b17c86d691462e06c.zip
Applied patch from Mats Erik Andersson <mats.andersson@gisladisker.se>
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427852#30 Adds support for IPv6 Also fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477928 (minor typo) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595169 (performance problem with address hashing) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598367 (failing link address detection for GNU/kfreebsd)
Diffstat (limited to 'cfgfile.c')
-rw-r--r--cfgfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfgfile.c b/cfgfile.c
index 38922db..6b4a06e 100644
--- a/cfgfile.c
+++ b/cfgfile.c
@@ -36,6 +36,8 @@ char * config_directives[] = {
"log-scale",
"max-bandwidth",
"net-filter",
+ "net-filter6",
+ "link-local",
"port-display",
NULL
};