All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/6] gatchat IPv6 CP support
@ 2011-11-08 12:46 Oleg Zhurakivskyy
  2011-11-08 12:46 ` [PATCHv2 1/6] gatchat: Add IPv6 Control Protocol Oleg Zhurakivskyy
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Oleg Zhurakivskyy @ 2011-11-08 12:46 UTC (permalink / raw)
  To: ofono

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

Hello,

These patches correct issues found at the initial review.

New functionality:

- IPCP, IPv6 CP can co-exist.
- Add basic IPv6 CP connect callback actions.

I would appreciate your feedback.
 
Regards,
Oleg

Oleg Zhurakivskyy (6):
  gatchat: Add IPv6 Control Protocol
  gatppp: Add IPv6 CP hooks
  gsmdial: Add IPv6 CP option
  test-server: Add IPv6 CP options
  gatppp: Add IPv6 CP connect, disconnect callbacks
  gsmdial: Add IPv6 CP connect hook

 Makefile.am           |    2 +-
 gatchat/gatppp.c      |   99 ++++++++++++-
 gatchat/gatppp.h      |   12 ++-
 gatchat/gsmdial.c     |   48 ++++++
 gatchat/ppp.h         |   11 ++
 gatchat/ppp_ipv6cp.c  |  390 +++++++++++++++++++++++++++++++++++++++++++++++++
 gatchat/test-server.c |   23 +++-
 7 files changed, 580 insertions(+), 5 deletions(-)
 create mode 100644 gatchat/ppp_ipv6cp.c

-- 
1.7.5.4


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

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 12:46 [PATCHv2 0/6] gatchat IPv6 CP support Oleg Zhurakivskyy
2011-11-08 12:46 ` [PATCHv2 1/6] gatchat: Add IPv6 Control Protocol Oleg Zhurakivskyy
2011-11-07 18:26   ` Denis Kenzior
2011-11-14  9:03     ` Oleg Zhurakivskyy
2011-11-13 21:29       ` Denis Kenzior
2011-11-08 12:46 ` [PATCHv2 2/6] gatppp: Add IPv6 CP hooks Oleg Zhurakivskyy
2011-11-15  2:53   ` Denis Kenzior
2011-11-16 12:39     ` Oleg Zhurakivskyy
2011-11-15 13:59       ` Denis Kenzior
2011-11-17  8:05         ` Oleg Zhurakivskyy
2011-11-08 12:46 ` [PATCHv2 3/6] gsmdial: Add IPv6 CP option Oleg Zhurakivskyy
2011-11-08 12:46 ` [PATCHv2 4/6] test-server: Add IPv6 CP options Oleg Zhurakivskyy
2011-11-08 12:46 ` [PATCHv2 5/6] gatppp: Add IPv6 CP connect, disconnect callbacks Oleg Zhurakivskyy
2011-11-15  2:59   ` Denis Kenzior
2011-11-16 14:05     ` Oleg Zhurakivskyy
2011-11-15 13:43       ` Denis Kenzior
2011-11-17  8:10         ` Oleg Zhurakivskyy
2011-11-08 12:46 ` [PATCHv2 6/6] gsmdial: Add IPv6 CP connect hook 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.