<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/xl2tpd/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-12-12T11:50:59Z</updated>
<entry>
<title>xl2tp: add PPP unnumbered support to proto handler</title>
<updated>2025-12-12T11:50:59Z</updated>
<author>
<name>Martin Schiller</name>
</author>
<published>2025-11-24T12:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=21019d063d05ffaceb3523b4d4ddecab8aaa7ea6'/>
<id>urn:sha1:21019d063d05ffaceb3523b4d4ddecab8aaa7ea6</id>
<content type='text'>
Adds the PPP unnumbered support from openwrt commit 48a95ef ("ppp :
Unnumbered support") to the xl2tp proto handler.

https://github.com/openwrt/openwrt/commit/48a95eff38ceaa13d497617ebd5e2201dd16ee77

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>xl2tpd: add UCI support</title>
<updated>2025-10-27T12:02:45Z</updated>
<author>
<name>Martin Schiller</name>
</author>
<published>2025-10-07T05:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=816a80df2cfdbfd0aab3b8662f0a17821533cf54'/>
<id>urn:sha1:816a80df2cfdbfd0aab3b8662f0a17821533cf54</id>
<content type='text'>
This adds UCI support for xl2tpd. To maintain backward compatibility, I
have introduced the config option “use_legacy_config,” which is enabled
by default.

If you want to use the UCI config, you must disable or delete this
option.

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>xl2tpd: add support to set own hostname in proto handler</title>
<updated>2025-10-27T12:02:45Z</updated>
<author>
<name>Martin Schiller</name>
</author>
<published>2025-10-07T05:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b9cd720d286678fc656f6d7ed99d646e8920b6fd'/>
<id>urn:sha1:b9cd720d286678fc656f6d7ed99d646e8920b6fd</id>
<content type='text'>
This is needed if the peer only allows certain hostnames to connect.

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>xl2tpd: fix invoking xl2tpd-control</title>
<updated>2020-11-12T07:20:16Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2020-11-11T09:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=02b1187af2a2b6771d80e6039eee89719f228f37'/>
<id>urn:sha1:02b1187af2a2b6771d80e6039eee89719f228f37</id>
<content type='text'>
Upstream commit 90884c62 ("xl2tpd-control refactoring") introduced in
1.3.16 changed command names

The l2tp protocol handler part was from @danvd in pull request
openwrt/packages#13866

Fixes f07319d6 ("xl2tpd: bump to version 1.3.16")

Ref: https://github.com/openwrt/packages/pull/13866
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: remove demand support from netifd l2tp protocol</title>
<updated>2017-12-18T13:28:11Z</updated>
<author>
<name>Alin Nastac</name>
</author>
<published>2017-12-18T12:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c59bea9f43eb11e885c990eb01471f38ce24c071'/>
<id>urn:sha1:c59bea9f43eb11e885c990eb01471f38ce24c071</id>
<content type='text'>
This pppd feature does not make sense in L2TP case because the
tunnel is already connected when xl2tpd launch pppd process. If
a dial-on-demand feature is to be implemented, trigger interface
would have to be provided by xl2tpd, not pppd.

Signed-off-by: Alin Nastac &lt;alin.nastac@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: add some default configs needed on most of cases</title>
<updated>2017-10-19T01:48:44Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2017-10-18T19:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7555971dd792023d912e3b7c6a614618682029d6'/>
<id>urn:sha1:7555971dd792023d912e3b7c6a614618682029d6</id>
<content type='text'>
mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU
require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth
lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds
connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer
nodefaultroute - prevent users from creating default routes with pppd
nodefaultip - disables the default behavior when no local IP address is specified
proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: update to 1.3.10</title>
<updated>2017-10-19T01:48:44Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2017-10-13T22:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e5a59c5b468238c6c2b7ade7717249399a9debe'/>
<id>urn:sha1:2e5a59c5b468238c6c2b7ade7717249399a9debe</id>
<content type='text'>
lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: Enable netifd notification teardown_on_l3_link_down</title>
<updated>2016-08-12T07:47:01Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2016-08-12T07:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=29311407ef8120eebe9dafc299484b1e5abbd151'/>
<id>urn:sha1:29311407ef8120eebe9dafc299484b1e5abbd151</id>
<content type='text'>
Set teardown_on_l3_link_down notifying netifd xl2tpd wants to be
teared down when layer3 link loss is detected

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: demand option is initialized.</title>
<updated>2016-05-16T16:17:57Z</updated>
<author>
<name>mogulapranay</name>
</author>
<published>2016-05-16T16:17:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=666baa0d0e3956c5ee74ddab882c524b364c6d7a'/>
<id>urn:sha1:666baa0d0e3956c5ee74ddab882c524b364c6d7a</id>
<content type='text'>
Signed-off-by: mogulapranay &lt;mogulapranay57@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: bump to version devel-20151125</title>
<updated>2015-12-02T12:50:10Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2015-11-16T12:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c6e689d266a79e3e3b26caeed71ef197bbf2a480'/>
<id>urn:sha1:c6e689d266a79e3e3b26caeed71ef197bbf2a480</id>
<content type='text'>
Main changes are as the following

 - Allow specifying port in server option, e.g. example.com:1702 (fixes
   github issue #1960 "xl2tpd port change bug").
 - Fixes NULL dereference on connection timeout
 - Update 100-makefile_opt_flags.patch

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
</feed>
