<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_system_netd/server/oem_iptables_hook.cpp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/'/>
<entry>
<title>Remove unused deps on liblogwrap</title>
<updated>2019-06-05T07:22:44+00:00</updated>
<author>
<name>Bernie Innocenti</name>
<email>codewiz@google.com</email>
</author>
<published>2019-06-05T06:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a'/>
<id>80ffd0f46ad9ebdfe9d401d58215d2c54ed3f88a</id>
<content type='text'>
Nothing seems to be calling into it, so it can probably go.

Test: rebuild everything, then run atest
Change-Id: I6e446f98decd708f59e5994fa10f77be4476d02f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nothing seems to be calling into it, so it can probably go.

Test: rebuild everything, then run atest
Change-Id: I6e446f98decd708f59e5994fa10f77be4476d02f
</pre>
</div>
</content>
</entry>
<entry>
<title>netd: fix oem chain init fail bug</title>
<updated>2018-12-06T11:53:58+00:00</updated>
<author>
<name>mtk13799</name>
<email>xin.huang@mediatek.com</email>
</author>
<published>2018-11-30T09:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=1d02910b9057eb7a67d06020ca4b025b51951713'/>
<id>1d02910b9057eb7a67d06020ca4b025b51951713</id>
<content type='text'>
Since NAT is not supported in ipv6, oem_nat_pre should not be
setup in ip6tables to ensure oemInitChain can be executed.

Bug: 120516786
Test: built, booted, netd unit test

Change-Id: I4ec23e661f0c17dd7895bc20ebc353f7bb30a9d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since NAT is not supported in ipv6, oem_nat_pre should not be
setup in ip6tables to ensure oemInitChain can be executed.

Bug: 120516786
Test: built, booted, netd unit test

Change-Id: I4ec23e661f0c17dd7895bc20ebc353f7bb30a9d3
</pre>
</div>
</content>
</entry>
<entry>
<title>netd: Enable clang-tidy and fix all warnings</title>
<updated>2018-06-07T07:31:04+00:00</updated>
<author>
<name>Bernie Innocenti</name>
<email>codewiz@google.com</email>
</author>
<published>2018-06-03T07:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=15bb55c11df22b4752297f38b10afd9e48806d87'/>
<id>15bb55c11df22b4752297f38b10afd9e48806d87</id>
<content type='text'>
Bug: 65246407
Test: m netd &amp;&amp; system/netd/tests/runtests.sh
Change-Id: I1d22b2bc317fe7218ccde78859ed0623d6a1f8df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 65246407
Test: m netd &amp;&amp; system/netd/tests/runtests.sh
Change-Id: I1d22b2bc317fe7218ccde78859ed0623d6a1f8df
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename &lt;cutils/log.h&gt; to &lt;log/log.h&gt;</title>
<updated>2018-04-23T06:38:51+00:00</updated>
<author>
<name>Logan Chien</name>
<email>loganchien@google.com</email>
</author>
<published>2018-04-23T06:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=3f461489b13b803fae5cbbdea949d44f75221615'/>
<id>3f461489b13b803fae5cbbdea949d44f75221615</id>
<content type='text'>
Bug: 78370064
Test: lunch aosp_walleye-userdebug &amp;&amp; cd system/netd &amp;&amp; mma
Change-Id: I495f7cdc3f2aab26947f10041fc559700367f2ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 78370064
Test: lunch aosp_walleye-userdebug &amp;&amp; cd system/netd &amp;&amp; mma
Change-Id: I495f7cdc3f2aab26947f10041fc559700367f2ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert oem_iptables_hook to iptables-restore.</title>
<updated>2017-08-15T07:53:36+00:00</updated>
<author>
<name>Lorenzo Colitti</name>
<email>lorenzo@google.com</email>
</author>
<published>2017-08-10T16:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=99338107944d59586c3a2885fe5dbc27c5433ccf'/>
<id>99338107944d59586c3a2885fe5dbc27c5433ccf</id>
<content type='text'>
This should be the last remaining caller of iptables in netd.

Bug: 28362720
Test: bullhead builds,boots
Test: netd_{unit,integration}_test pass
Change-Id: I73f7ee15462576d92bc4c6d2006cc1555fe5731a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be the last remaining caller of iptables in netd.

Bug: 28362720
Test: bullhead builds,boots
Test: netd_{unit,integration}_test pass
Change-Id: I73f7ee15462576d92bc4c6d2006cc1555fe5731a
</pre>
</div>
</content>
</entry>
<entry>
<title>Make netd calls to iptables wait for xtables lock</title>
<updated>2015-08-04T14:38:17+00:00</updated>
<author>
<name>Paul Jensen</name>
<email>pauljensen@google.com</email>
</author>
<published>2015-08-04T14:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=94b2ab92f6e886d24092781159714be75c9f3954'/>
<id>94b2ab92f6e886d24092781159714be75c9f3954</id>
<content type='text'>
Without this wait iptables commands can fail with various unpleasant
consequences like Log.wtf() or missing iptables rules.  The most
critical calls to iptables in NetdConstants.cpp already wait for the
lock.

Bug:22802665
Change-Id: I7d542c3d4f0e005618e368da674159b90d652c8a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this wait iptables commands can fail with various unpleasant
consequences like Log.wtf() or missing iptables rules.  The most
critical calls to iptables in NetdConstants.cpp already wait for the
lock.

Bug:22802665
Change-Id: I7d542c3d4f0e005618e368da674159b90d652c8a
</pre>
</div>
</content>
</entry>
<entry>
<title>Move netd_client into netd.</title>
<updated>2014-05-21T16:03:35+00:00</updated>
<author>
<name>Sreeram Ramachandran</name>
<email>sreeram@google.com</email>
</author>
<published>2014-05-21T15:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_netd/commit/?id=f4cfad361175a7f9ccf4d41e76a9b289c3c3da22'/>
<id>f4cfad361175a7f9ccf4d41e76a9b289c3c3da22</id>
<content type='text'>
Change-Id: Ie4b6b303225c93f2448a503d6ea9cebb552cbad5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie4b6b303225c93f2448a503d6ea9cebb552cbad5
</pre>
</div>
</content>
</entry>
</feed>
