<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/ctrl/ipoe, branch master</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2025-01-22T13:52:30+00:00</updated>
<entry>
<title>ipoe: fixed DHCP option 42 (ntp servers)</title>
<updated>2025-01-22T13:52:30+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-01-21T17:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=df1d09799a10885c23ad0760b3d1b6ac96cd10d7'/>
<id>urn:sha1:df1d09799a10885c23ad0760b3d1b6ac96cd10d7</id>
<content type='text'>
Allowed using multiple NTP servers in DHCP option 42
</content>
</entry>
<entry>
<title>Merge pull request #185 from svlobanov/pcre2-1</title>
<updated>2024-10-26T18:15:19+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-10-26T18:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2f4b324907ec44cc92c39830af6b23d623b904cb'/>
<id>urn:sha1:2f4b324907ec44cc92c39830af6b23d623b904cb</id>
<content type='text'>
migrate from pcre to pcre2</content>
</entry>
<entry>
<title>migrate from pcre to pcre2</title>
<updated>2024-09-02T12:42:58+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-09-01T08:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=cbfa3efe7ae135b4ae8890485701677f56087f50'/>
<id>urn:sha1:cbfa3efe7ae135b4ae8890485701677f56087f50</id>
<content type='text'>
PCRE is not supported anymore and removed from several distros
</content>
</entry>
<entry>
<title>build: fix compile errors on GCC 14</title>
<updated>2024-08-27T22:41:58+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-08-27T21:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=966c2bc8df039c67f4711ba9bb3f267fbd405c8d'/>
<id>urn:sha1:966c2bc8df039c67f4711ba9bb3f267fbd405c8d</id>
<content type='text'>
This patch fixes compile errors on GCC 14 like the following

/root/accel-ppp/accel-pppd/radius/packet.c: In function 'rad_packet_recv':
/root/accel-ppp/accel-pppd/radius/packet.c:142:72: error: passing argument 5 of 'recvfrom' from incompatible pointer type [-Wincompatible-pointer-types]
  142 |                         n = recvfrom(fd, pack-&gt;buf, REQ_LENGTH_MAX, 0, addr, &amp;addr_len);
      |                                                                        ^~~~
      |                                                                        |
      |                                                                        struct sockaddr_in *
In file included from /usr/include/netinet/in.h:10,
                 from /usr/include/arpa/inet.h:9,
                 from /root/accel-ppp/accel-pppd/radius/packet.c:10:
/usr/include/sys/socket.h:397:55: note: expected 'struct sockaddr * restrict' but argument is of type 'struct sockaddr_in *'

Reference: https://gcc.gnu.org/gcc-14/porting_to.html
</content>
</entry>
<entry>
<title>musl: Add musl compatibility</title>
<updated>2024-04-09T22:12:50+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-04-09T20:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=410367e6851e8fb386abecb88369d6fa4e9871b9'/>
<id>urn:sha1:410367e6851e8fb386abecb88369d6fa4e9871b9</id>
<content type='text'>
Thanks for hints Alpine Linux project and their patches:
https://git.alpinelinux.org/aports/tree/community/accel-ppp?h=master

We can adjust a bit code and cmake config files to make accel-ppp
buildable under musl "as is".

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #118 from DmitriyEshenko/fix_local_net_check</title>
<updated>2023-12-27T10:44:30+00:00</updated>
<author>
<name>xebd</name>
<email>xeb@mail.ru</email>
</author>
<published>2023-12-27T10:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b26eda1793b8e566053d53e5e212282763794231'/>
<id>urn:sha1:b26eda1793b8e566053d53e5e212282763794231</id>
<content type='text'>
ipoe: check localnet only for start=UP (unclassified packets) sessions</content>
</entry>
<entry>
<title>ipoe: check localnet only for start=UP (unclassified packets) sessions</title>
<updated>2023-12-26T16:03:55+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-12-26T16:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=eef5769ec1d3a7c2cdec5f515b4686e7076260c3'/>
<id>urn:sha1:eef5769ec1d3a7c2cdec5f515b4686e7076260c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: Add per-interface check-mac-change option</title>
<updated>2023-12-17T13:01:13+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-12-17T13:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=3512ce9564b5bb60115661216e5e0dda7a49ab47'/>
<id>urn:sha1:3512ce9564b5bb60115661216e5e0dda7a49ab47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vlan_mon: ipoe: pppoe: Add disable vlan timeout feature</title>
<updated>2023-11-30T12:16:08+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-11-30T12:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=fd22f97d925bb09644165ea22ec6f3eed4351265'/>
<id>urn:sha1:fd22f97d925bb09644165ea22ec6f3eed4351265</id>
<content type='text'>
Co-authored-by: Peter Adam &lt;p.adam@cygnusnetworks.de&gt;
</content>
</entry>
<entry>
<title>ipoe: fix memory access violation with unset link-selection</title>
<updated>2023-06-27T16:37:18+00:00</updated>
<author>
<name>Louis Scalbert</name>
<email>louis.scalbert@6wind.com</email>
</author>
<published>2023-06-27T16:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=083a51f43ae30cd7f1ad1cc9977ca4bedfc35585'/>
<id>urn:sha1:083a51f43ae30cd7f1ad1cc9977ca4bedfc35585</id>
<content type='text'>
Link-selection pointer is not set to NULL when link-selection IPOE
option is not set. It results in a memory access violation in
dhcpv4_packet_insert_opt82()

Set link-selection pointer to NULL if unset to fix the issue.

Fixes: 61e31c591e ("ipoe: add dhcp link selection sub-option")
Signed-off-by: Louis Scalbert &lt;louis.scalbert@6wind.com&gt;
</content>
</entry>
</feed>
