<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/base-files/files/lib/functions/network.sh, 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>base-files: add network_get_ipaddrs_all()</title>
<updated>2014-10-09T07:16:29+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-10-09T07:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=14e6559eee9202d17f99493b5c7603b369c56294'/>
<id>14e6559eee9202d17f99493b5c7603b369c56294</id>
<content type='text'>
Return all IPv4 and IPv6 addresses.

Signed-off-by: Mathias Kresin &lt;openwrt@kresin.me&gt;

SVN-Revision: 42856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return all IPv4 and IPv6 addresses.

Signed-off-by: Mathias Kresin &lt;openwrt@kresin.me&gt;

SVN-Revision: 42856
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: whitespace fixes</title>
<updated>2014-09-14T23:15:00+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-09-14T23:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a8b6ca879754c584d7693d892f3764654355e02c'/>
<id>a8b6ca879754c584d7693d892f3764654355e02c</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 42542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 42542
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: /lib/functions/network.sh: fix network_get_ipaddr6</title>
<updated>2014-08-11T18:15:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-11T18:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f63509ac89d9b955a048846641a2937600066904'/>
<id>f63509ac89d9b955a048846641a2937600066904</id>
<content type='text'>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: depend on jsonfilter and rewrite network.sh to use it</title>
<updated>2014-06-19T16:06:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-06-19T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7eb721425e9655a5910f06d54672e2f639414c39'/>
<id>7eb721425e9655a5910f06d54672e2f639414c39</id>
<content type='text'>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

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

SVN-Revision: 41281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

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

SVN-Revision: 41281
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add network_get_protocol() to /lib/functions/network.sh</title>
<updated>2013-12-16T16:28:45+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-12-16T16:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fe230cac1807fe6e595672d566e20d341211fbcf'/>
<id>fe230cac1807fe6e595672d566e20d341211fbcf</id>
<content type='text'>
SVN-Revision: 39099
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 39099
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: fix whitespaces</title>
<updated>2013-12-09T11:30:14+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2013-12-09T11:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122'/>
<id>3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 39006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 39006
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: reject invalid uci keys in network_get_device() and related procedures (#13886)</title>
<updated>2013-07-15T13:42:58+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-07-15T13:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=55178554c24e9d88a5058bee2ff711d2f291ca53'/>
<id>55178554c24e9d88a5058bee2ff711d2f291ca53</id>
<content type='text'>
SVN-Revision: 37345
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 37345
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface</title>
<updated>2013-06-17T11:33:36+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-06-17T11:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=265a2deba3bf3984c2246e8b097723f2e79224a8'/>
<id>265a2deba3bf3984c2246e8b097723f2e79224a8</id>
<content type='text'>
SVN-Revision: 36942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 36942
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: change network_find_wan() procedure to ignore default gateways in different routing tables</title>
<updated>2013-05-06T09:33:56+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-05-06T09:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=026271d03c28b3b88e64afe04bd3d236971cfaf2'/>
<id>026271d03c28b3b88e64afe04bd3d236971cfaf2</id>
<content type='text'>
SVN-Revision: 36553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 36553
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: fix network_get_prefix6</title>
<updated>2013-01-22T16:47:16+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2013-01-22T16:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=231f8c296989d501d400abd9ba7eb27f512121cd'/>
<id>231f8c296989d501d400abd9ba7eb27f512121cd</id>
<content type='text'>
SVN-Revision: 35300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 35300
</pre>
</div>
</content>
</entry>
</feed>
