<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/services/ppp, 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>ppp: use more reliable way to set script environment</title>
<updated>2015-09-15T14:52:47+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-09-15T14:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3c335bb439adb643176d34d9f70508a642779ce1'/>
<id>3c335bb439adb643176d34d9f70508a642779ce1</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46942
</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: 46942
</pre>
</div>
</content>
</entry>
<entry>
<title>comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default</title>
<updated>2015-09-03T15:53:40+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-09-03T15:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f96bf30dc616f90de30e312af44c69b66268b830'/>
<id>f96bf30dc616f90de30e312af44c69b66268b830</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46780
</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: 46780
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: honor LDFLAGS</title>
<updated>2015-06-19T17:07:11+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-19T17:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=23633249c80c8ae886569058349e345d3a905bbc'/>
<id>23633249c80c8ae886569058349e345d3a905bbc</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46068
</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: 46068
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: bump PKG_RELEASE</title>
<updated>2015-06-12T07:38:00+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-12T07:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cd89dbd91d68010ddf8c2e4e1663e44dabecd53f'/>
<id>cd89dbd91d68010ddf8c2e4e1663e44dabecd53f</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 45949
</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: 45949
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp : Unnumbered support</title>
<updated>2015-06-12T07:37:53+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-12T07:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=48a95eff38ceaa13d497617ebd5e2201dd16ee77'/>
<id>48a95eff38ceaa13d497617ebd5e2201dd16ee77</id>
<content type='text'>
Adds PPP unnumbered support via the parameter unnumbered which points to a logical OpenWRT interface.
The PPP proto shell handler will "borrow" an IP address from the unnumbered interface (if multiple
IP addresses are present the longest prefix different from 32 will be "borrowed") for which a host
interface dependency will be created. Due to the host interface dependency the PPP unnumbered interface
will only "borrow" an IP address from an interface which is up.
The borrowed IP address will be shared as local IP address by the PPP daemon and no other local IP
will be accepted from the peer in the IPCP negotiation.

A typical use case is the usage of a public IP subnet on the Lan interface which will be shared
by the PPP interface as local IP address.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 45948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds PPP unnumbered support via the parameter unnumbered which points to a logical OpenWRT interface.
The PPP proto shell handler will "borrow" an IP address from the unnumbered interface (if multiple
IP addresses are present the longest prefix different from 32 will be "borrowed") for which a host
interface dependency will be created. Due to the host interface dependency the PPP unnumbered interface
will only "borrow" an IP address from an interface which is up.
The borrowed IP address will be shared as local IP address by the PPP daemon and no other local IP
will be accepted from the peer in the IPCP negotiation.

A typical use case is the usage of a public IP subnet on the Lan interface which will be shared
by the PPP interface as local IP address.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 45948
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: fix download URL</title>
<updated>2015-06-06T13:50:00+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2015-06-06T13:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5621a56d25f7c7be9814c70ae1a4777a9c56e73c'/>
<id>5621a56d25f7c7be9814c70ae1a4777a9c56e73c</id>
<content type='text'>
The file is not available at the older path any more.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 45910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file is not available at the older path any more.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 45910
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: do not warn if connect() before close() on pppoe terminate fails (fixes #19651)</title>
<updated>2015-05-26T07:02:49+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-05-26T07:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=27aada7658acbf572c0224288a99dc377b26fb61'/>
<id>27aada7658acbf572c0224288a99dc377b26fb61</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45755
</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: 45755
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: remove the persist option, netifd handles reconnects</title>
<updated>2015-05-09T21:14:46+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-05-09T21:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=53a5647414838b204bf21ff33781374588feb737'/>
<id>53a5647414838b204bf21ff33781374588feb737</id>
<content type='text'>
Significantly reduces reconnect delay

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Significantly reduces reconnect delay

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45654
</pre>
</div>
</content>
</entry>
<entry>
<title>network: also shorten virtual interface names of ppp and 3g/4g connections</title>
<updated>2015-04-17T14:47:12+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-04-17T14:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0d1b5a1fd2359949cd7b3cddce76f6f248758ed9'/>
<id>0d1b5a1fd2359949cd7b3cddce76f6f248758ed9</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 45479
</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: 45479
</pre>
</div>
</content>
</entry>
<entry>
<title>ppp: Detailed last error support</title>
<updated>2015-04-09T10:32:54+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-04-09T10:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4b0211b547cbb2645b939964f11a63b44b195178'/>
<id>4b0211b547cbb2645b939964f11a63b44b195178</id>
<content type='text'>
Enables last error support for the PPP protocol handlers.
In generic teardown the PPP daemon exit code is translated into
a self explaining error string which is set as interface error
by proto_notify_error in case of failure.

Signed-off-by: Johan Peeters &lt;johan.peeters111@gmail.com&gt;
Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 45333
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables last error support for the PPP protocol handlers.
In generic teardown the PPP daemon exit code is translated into
a self explaining error string which is set as interface error
by proto_notify_error in case of failure.

Signed-off-by: Johan Peeters &lt;johan.peeters111@gmail.com&gt;
Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

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