From 0048c67d414381245942cd83410006d1dfea9c75 Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Tue, 31 Jul 2012 10:25:05 -0700 Subject: fixing 8243: fix will selectively flush the conntrack table on master, ignoring ignored addresses during flush --- src/ctnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctnl.c') diff --git a/src/ctnl.c b/src/ctnl.c index 019c7e8..107cd5d 100644 --- a/src/ctnl.c +++ b/src/ctnl.c @@ -67,7 +67,7 @@ static void local_flush_master(void) * meanwhile the parent process handles events. */ if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL, NULL, NULL) == 0) { - nl_flush_conntrack_table(STATE(flush)); + nl_flush_conntrack_table_selective(); exit(EXIT_SUCCESS); } } -- cgit v1.2.3