From b577246e49ecc1edb9eb452aae13264729bacb51 Mon Sep 17 00:00:00 2001 From: yx160601 Date: Mon, 19 Feb 2007 05:28:47 -0800 Subject: 6523130 IPfilter does not apply rules when network interfaces are plumbed after ipfilter starts --- usr/src/uts/common/inet/ipf/fil.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr/src') diff --git a/usr/src/uts/common/inet/ipf/fil.c b/usr/src/uts/common/inet/ipf/fil.c index 0f0b80392f..9c97637d8e 100644 --- a/usr/src/uts/common/inet/ipf/fil.c +++ b/usr/src/uts/common/inet/ipf/fil.c @@ -3687,8 +3687,6 @@ ipf_stack_t *ifs; * Lookup all the interface names that are part of the rule. */ for (i = 0; i < 4; i++) { - if ((ifp != NULL) && (fr->fr_ifas[i] != ifp)) - continue; fr->fr_ifas[i] = fr_ifsync(action, rv, ifname, fr->fr_ifnames[i], ifp, fr->fr_ifas[i], -- cgit v1.2.3