<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/config/firewall, branch mtk-20170518</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>package/network/config: probably from OpenWRT</title>
<updated>2018-09-16T16:12:33+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T16:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=436eab21c3d6186debd8af26291ebb36c926fd77'/>
<id>436eab21c3d6186debd8af26291ebb36c926fd77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: the firewall did not start properly on boot</title>
<updated>2014-08-21T09:53:25+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-21T09:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b9ea44f94781428ef6900a93b502a7eb6b8223db'/>
<id>b9ea44f94781428ef6900a93b502a7eb6b8223db</id>
<content type='text'>
https://dev.openwrt.org/ticket/17593

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://dev.openwrt.org/ticket/17593

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42233
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: fix potential NULL pointer access</title>
<updated>2014-08-11T17:45:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-11T17:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=aa9e69908eccdee69d3a804e4fa69d386fc0e66f'/>
<id>aa9e69908eccdee69d3a804e4fa69d386fc0e66f</id>
<content type='text'>
Properly skip struct ifaddr entries with NULL ifa_addr, thanks Kostas Papadopoulos for reporting.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly skip struct ifaddr entries with NULL ifa_addr, thanks Kostas Papadopoulos for reporting.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42138
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: implement selective conntrack flushing (#10225)</title>
<updated>2014-08-11T09:41:20+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-11T09:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fa37594f50bbfb8c91aa3e3a2856fdd8899bccfc'/>
<id>fa37594f50bbfb8c91aa3e3a2856fdd8899bccfc</id>
<content type='text'>
Utilize the new selective conntrack flushing facility to clear
out active conntrack entries referring to old IP addresses after
a firewall reload.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Utilize the new selective conntrack flushing facility to clear
out active conntrack entries referring to old IP addresses after
a firewall reload.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42114
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: implement support for abritary netmasks</title>
<updated>2014-07-19T16:30:47+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-07-19T16:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2dd087ccee7cc42d83c462959f49fd76cd83322b'/>
<id>2dd087ccee7cc42d83c462959f49fd76cd83322b</id>
<content type='text'>
Properly parse and pass arbritary netmasks to iptables, this allows
specifying ranges like '::c23f:eff:fe7a:a094/::ffff:ffff:ffff:ffff' to
match the host part of an IPv6 address regardless of the currently active
IPv6 prefix.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41760
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly parse and pass arbritary netmasks to iptables, this allows
specifying ranges like '::c23f:eff:fe7a:a094/::ffff:ffff:ffff:ffff' to
match the host part of an IPv6 address regardless of the currently active
IPv6 prefix.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41760
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: fix segfault introduced by latest update</title>
<updated>2014-07-10T16:44:20+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-07-10T16:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f4781cae6d50ef6ab4c3418d5b576f6e8dbd2e8c'/>
<id>f4781cae6d50ef6ab4c3418d5b576f6e8dbd2e8c</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41558
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: fix regressions introduced after latest ubus rework</title>
<updated>2014-07-10T10:21:17+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-07-10T10:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8b0650838dfca35808c666fb15d7fb7b232076c4'/>
<id>8b0650838dfca35808c666fb15d7fb7b232076c4</id>
<content type='text'>
The commit 92281eb747b56e748b7c3d754055919c23befdd4 broke fw3_ubus_addresses() so that
no addresses where returned at all, this caused fw3 to not emit NAT reflection rules
anymore.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commit 92281eb747b56e748b7c3d754055919c23befdd4 broke fw3_ubus_addresses() so that
no addresses where returned at all, this caused fw3 to not emit NAT reflection rules
anymore.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41556
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: fix issue with parsing network options</title>
<updated>2014-07-03T09:21:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-07-03T09:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b321f718c23914713ecee454fa064eb016239c74'/>
<id>b321f718c23914713ecee454fa064eb016239c74</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41491
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41491
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: update to the latest version, adds support for fetching firewall rules from procd</title>
<updated>2014-07-02T19:18:13+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-07-02T19:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2b274eb7191c121616a93219ef0cf4daf81404dd'/>
<id>2b274eb7191c121616a93219ef0cf4daf81404dd</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41480
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall3: add fw3 zone function to enumerate devices</title>
<updated>2014-06-26T12:20:47+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-06-26T12:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2ad9907cd58d4962a1e7e375590724e47aa4800c'/>
<id>2ad9907cd58d4962a1e7e375590724e47aa4800c</id>
<content type='text'>
SVN-Revision: 41349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 41349
</pre>
</div>
</content>
</entry>
</feed>
