summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.c
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-03-22 17:06:00 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-03-22 17:28:23 -0700
commita84fc350b4af3b2ce10ec74a6f8d4c7e87516d5a (patch)
tree24626962068ae6fddd4c8e966ebfe714f234cd34 /gatchat/ppp.c
parent6cb22fe09657fff498bedb3ffc2d42db4ac08ea2 (diff)
downloadofono-a84fc350b4af3b2ce10ec74a6f8d4c7e87516d5a.tar.bz2
IP support for PPP
Adds IPCP support, and creates a TUN interface for sending/receiving IP packets.
Diffstat (limited to 'gatchat/ppp.c')
-rw-r--r--gatchat/ppp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp.c b/gatchat/ppp.c
index 0b3221bc..de0d5ab7 100644
--- a/gatchat/ppp.c
+++ b/gatchat/ppp.c
@@ -381,6 +381,7 @@ static void ppp_dead(GAtPPP *ppp)
static void ppp_network(GAtPPP *ppp)
{
/* bring network phase up */
+ ppp_net_open(ppp->net);
}
static void ppp_transition_phase(GAtPPP *ppp, enum ppp_phase phase)