diff options
author | yx160601 <none@none> | 2007-02-19 05:28:47 -0800 |
---|---|---|
committer | yx160601 <none@none> | 2007-02-19 05:28:47 -0800 |
commit | b577246e49ecc1edb9eb452aae13264729bacb51 (patch) | |
tree | 5f09c28aca1778c2ed87db5427894772f95eb1f9 /usr/src | |
parent | 4e5fbfeda6c7dee3dd62538723087263e6de8e18 (diff) | |
download | illumos-gate-b577246e49ecc1edb9eb452aae13264729bacb51.tar.gz |
6523130 IPfilter does not apply rules when network interfaces are plumbed after ipfilter starts
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/ipf/fil.c | 2 |
1 files changed, 0 insertions, 2 deletions
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], |