Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pfSense
All Projects
pfSense
Overview
Activity
Roadmap
Issues
Download (362 Bytes)
Bug #6099
» patch-src_igmpproxy.c
Jorge M. Oliveira
, 09/04/2016 02:49 PM
---
src
/
igmpproxy
.
c
.
orig
+++
src
/
igmpproxy
.
c
@@
-
186
,
8
+
186
,
10
@@
int
igmpProxyInit
()
{
}
}
-
addVIF
(
Dp
);
-
vifcount
++
;
+
if
(
Dp
->
state
!=
IF_STATE_DISABLED
)
{
+
addVIF
(
Dp
);
+
vifcount
++
;
+
}
}
}
« Previous
1
…
5
6
7
8
9
10
Next »
(7-7/10)
Loading...