<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/include/ap_net.h, branch marekm72-patch-1-printf-h</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2021-12-16T20:03:52+00:00</updated>
<entry>
<title>vrf: T10: Add VRF support</title>
<updated>2021-12-16T20:03:52+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2021-12-10T16:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=737bf4d8b6e9e1bf50be69e8c99028bb2696190c'/>
<id>urn:sha1:737bf4d8b6e9e1bf50be69e8c99028bb2696190c</id>
<content type='text'>
Co-authored-by: Sergey V. Lobanov &lt;svlobanov@users.noreply.github.com&gt;
Co-authored-by: Vladislav Grishenko &lt;themiron@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>net: new function get_ifindex</title>
<updated>2020-03-18T08:07:38+00:00</updated>
<author>
<name>Simon Chopin</name>
<email>s.chopin@alphalink.fr</email>
</author>
<published>2020-02-28T10:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=f5b1c3f98bf082d4ecf57e8f2e3c61fc993d80e7'/>
<id>urn:sha1:f5b1c3f98bf082d4ecf57e8f2e3c61fc993d80e7</id>
<content type='text'>
The index of a given interface is an operation that highly depends on
the network namespace we're in. This patch simply cuts out a function to
get the index for a given interface name from the session initialization
code, and expose it in the ap_net structure.

This function can then be used to refresh the index when moving
interfaces around.

Signed-off-by: Simon Chopin &lt;s.chopin@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>core: make ap_net.h self-contained</title>
<updated>2018-10-26T03:34:34+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2018-10-24T14:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=1ec00737da2b5792e78bb1a8578aee7952a2bdf2'/>
<id>urn:sha1:1ec00737da2b5792e78bb1a8578aee7952a2bdf2</id>
<content type='text'>
We need to include &lt;sys/socket.h&gt; to define 'socklen_t', &lt;sys/types.h&gt;
for 'ssize_t' and "list.h" for 'struct list_head'.

Also, let's include "libnetlink.h" so that we don't need a forward
declaration for 'struct rtnl_handle'.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>implemented support for network namespace</title>
<updated>2016-07-11T06:47:04+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-07-11T06:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=e0cca4344f70b9c9e23e3c6a7e17c8e93c765184'/>
<id>urn:sha1:e0cca4344f70b9c9e23e3c6a7e17c8e93c765184</id>
<content type='text'>
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name].
Namespaces must be created malually by "ip netns add ..." command
</content>
</entry>
<entry>
<title>preparation for DPDK intergation (part 6)</title>
<updated>2016-04-15T14:24:10+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-04-15T13:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=b80e64a320b22c0e966ec1e42bda4929d5a748ec'/>
<id>urn:sha1:b80e64a320b22c0e966ec1e42bda4929d5a748ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preparation for DPDK intergation (part 5)</title>
<updated>2015-12-04T18:33:42+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-23T09:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=343af33b08ebc83791fd57a1ccdef91ce1ac2a9e'/>
<id>urn:sha1:343af33b08ebc83791fd57a1ccdef91ce1ac2a9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preparation for DPDK intergation (part 4)</title>
<updated>2015-12-04T18:30:40+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2015-11-22T21:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=86b151891a2f11c863e9d31e132deb8eab2cf30f'/>
<id>urn:sha1:86b151891a2f11c863e9d31e132deb8eab2cf30f</id>
<content type='text'>
</content>
</entry>
</feed>
