<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/config/firewall, branch reboot</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>firewall: drop invalid by default, remove chain indirection, fix invert flags (#21738)</title>
<updated>2016-01-29T17:26:41+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2016-01-29T17:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6064710b90b6138c3471129090ab4192710be42c'/>
<id>6064710b90b6138c3471129090ab4192710be42c</id>
<content type='text'>
* Enable drop_invalid by default to catch unnatted packets (#21738)
* Fix processing of inversions for -i, -o, -s, -d and -p flags
* Remove delegate_* chain indirection but rely on xt_id to identify own rules

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

SVN-Revision: 48551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enable drop_invalid by default to catch unnatted packets (#21738)
* Fix processing of inversions for -i, -o, -s, -d and -p flags
* Remove delegate_* chain indirection but rely on xt_id to identify own rules

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

SVN-Revision: 48551
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error</title>
<updated>2016-01-18T13:21:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-18T13:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=614ebec4d2d8da12a062b3d96c22058fdd584d9f'/>
<id>614ebec4d2d8da12a062b3d96c22058fdd584d9f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48315
</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: 48315
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: move to git.openwrt.org</title>
<updated>2016-01-04T15:13:10+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-04T15:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9632c0043510666467398e6dc455ccbfed81248e'/>
<id>9632c0043510666467398e6dc455ccbfed81248e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48128
</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: 48128
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: allow DHCPv6 traffic to/from fc00::/6 instead of fe80::/10</title>
<updated>2015-09-25T08:41:12+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-09-25T08:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f30ccc899143f8752096c8797add417cd56e6559'/>
<id>f30ccc899143f8752096c8797add417cd56e6559</id>
<content type='text'>
There is no RFC requirement that DHCPv6 servers must reply with a link local
address and some ISP servers in the wild appear to using addresses in the ULA
range to send DHCPv6 offers.

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

SVN-Revision: 47048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no RFC requirement that DHCPv6 servers must reply with a link local
address and some ISP servers in the wild appear to using addresses in the ULA
range to send DHCPv6 offers.

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

SVN-Revision: 47048
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: depend on kmod-ipt-conntrack (#20542)</title>
<updated>2015-09-17T15:31:45+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-09-17T15:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f2a19350fd45d1e15deef90846f9f4a0005d4497'/>
<id>f2a19350fd45d1e15deef90846f9f4a0005d4497</id>
<content type='text'>
Our ruleset requires kernel support for conntrack state matching, therfore
depend on the require kmod. Fixes #20542.

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

SVN-Revision: 46990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our ruleset requires kernel support for conntrack state matching, therfore
depend on the require kmod. Fixes #20542.

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

SVN-Revision: 46990
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: Remove src_port from firewall.config to receive dhcpv6 replies</title>
<updated>2015-09-11T06:46:35+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-09-11T06:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eb866e413f45d3a742e3f9965f263d2c056072b4'/>
<id>eb866e413f45d3a742e3f9965f263d2c056072b4</id>
<content type='text'>
Seems like my second try was again whitespace broken. Sorry for the noise.

Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295.

Signed-off-by: Anselm Eberhardt &lt;a.eberhardt@cygnusnetworks.de&gt;

SVN-Revision: 46842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems like my second try was again whitespace broken. Sorry for the noise.

Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295.

Signed-off-by: Anselm Eberhardt &lt;a.eberhardt@cygnusnetworks.de&gt;

SVN-Revision: 46842
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: fix typo in ESP rule</title>
<updated>2015-07-27T11:47:20+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-07-27T11:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=683188310003b330e6d7303f3da6be717680f59b'/>
<id>683188310003b330e6d7303f3da6be717680f59b</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46506
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: comply with REC-22, REC-24 of RFC 6092</title>
<updated>2015-07-24T10:00:45+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-07-24T10:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f6abd042c29f5a69d56151f884fbf4f4e834e674'/>
<id>f6abd042c29f5a69d56151f884fbf4f4e834e674</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46478
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: link iptables extensions dynamically</title>
<updated>2015-05-26T11:11:48+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-05-26T11:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=35497a04001210a9288b70e9d05afab62ce84c76'/>
<id>35497a04001210a9288b70e9d05afab62ce84c76</id>
<content type='text'>
Use shared libipt{,4,6}ext.so libraries instead of statically linking
the userspace matches into the fw3 executable.

As a side effect the match initialization is extremely simplified
compared to the weak function pointer juggling performed before.

This also fixes the initialization of the multiport match.

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

SVN-Revision: 45764
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use shared libipt{,4,6}ext.so libraries instead of statically linking
the userspace matches into the fw3 executable.

As a side effect the match initialization is extremely simplified
compared to the weak function pointer juggling performed before.

This also fixes the initialization of the multiport match.

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

SVN-Revision: 45764
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: Allow IGMP and MLD input on WAN</title>
<updated>2015-05-05T13:22:41+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-05-05T13:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d534883a52925f39c2579e8da45fab7ca57ad84b'/>
<id>d534883a52925f39c2579e8da45fab7ca57ad84b</id>
<content type='text'>
The WAN port should at least respond to IGMP and MLD queries as
otherwise a snooping bridge/switch might drop traffic.

RFC4890 recommends to leave IGMP and MLD unfiltered as they are always
link-scoped anyways.

Signed-off-by: Linus Lüssing &lt;linus.luessing@c0d3.blue&gt;

SVN-Revision: 45613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The WAN port should at least respond to IGMP and MLD queries as
otherwise a snooping bridge/switch might drop traffic.

RFC4890 recommends to leave IGMP and MLD unfiltered as they are always
link-scoped anyways.

Signed-off-by: Linus Lüssing &lt;linus.luessing@c0d3.blue&gt;

SVN-Revision: 45613
</pre>
</div>
</content>
</entry>
</feed>
