All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Initial patches for gatchat IPv6 CP support
@ 2011-10-26 14:20 Oleg Zhurakivskyy
  2011-10-26 14:20 ` [PATCH 1/1] gatchat: Add " Oleg Zhurakivskyy
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg Zhurakivskyy @ 2011-10-26 14:20 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]

Hello,

These patches implement IPv6 Control Protocol support for gatchat. The implementation is based and following gatchat's IPCP approach.

I tested with gsmdial and test-server, basic cases already work. In case anyone wants to initiate IPv6 CP address negotiation, patches to gsmdial and test-server are included.

These patches aren't complete, things yet to be done:

- Error case (Configure-Reject)
- Connect callback actions
- Proper integration with IPCP

I would appreciate your feedback.
 
Regards,
Oleg

Oleg Zhurakivskyy (1):
  gatchat: Add IPv6 CP support

 Makefile.am           |    2 +-
 gatchat/gatppp.c      |   58 +++++++++-
 gatchat/gatppp.h      |    2 +
 gatchat/gsmdial.c     |    6 +
 gatchat/ppp.h         |   23 ++++
 gatchat/ppp_ipv6cp.c  |  306 +++++++++++++++++++++++++++++++++++++++++++++++++
 gatchat/test-server.c |   17 +++-
 7 files changed, 410 insertions(+), 4 deletions(-)
 create mode 100644 gatchat/ppp_ipv6cp.c

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-02 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 14:20 [PATCH 0/1] Initial patches for gatchat IPv6 CP support Oleg Zhurakivskyy
2011-10-26 14:20 ` [PATCH 1/1] gatchat: Add " Oleg Zhurakivskyy
2011-10-31  7:43   ` Denis Kenzior
2011-11-02 10:29     ` Oleg Zhurakivskyy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.