Commit Graph

5 Commits

Author SHA1 Message Date
Alexander Couzens f771d77be0 l2tpd_packet: save remote_end_id into session
the remote end id is used as bundling group id. To connect session
with sockets later we need to know what data is tunneled into this session
2016-11-05 18:46:34 +01:00
Alexander Couzens e46a88b1c7 l2tpd.c: move packet handling out of l2tpd.c into l2tpd_packet.c 2016-11-05 18:46:34 +01:00
Alexander Couzens 3563192ccb l2tp_data: give l2tp_recvmsg socketaddr of the incoming packet 2016-11-05 18:46:34 +01:00
Harald Welte a8c771859b WIP l2tpd: More progress on the implementation
still far from being complete, but architecture is slowly getting there.

We now have data structures for bulk AVP parsing and allocate + fill
local data structures for connections and sessions.
2016-10-17 02:11:32 +02:00
Harald Welte d450c71498 WIP: L2TP daemon to interoperate with Ericsson SIU 2016-10-14 16:47:46 +02:00