diff options
author | Kristen Carlson Accardi <kristen@linux.intel.com> | 2010-03-22 17:06:00 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-03-22 17:28:23 -0700 |
commit | a84fc350b4af3b2ce10ec74a6f8d4c7e87516d5a (patch) | |
tree | 24626962068ae6fddd4c8e966ebfe714f234cd34 /gatchat/ppp.c | |
parent | 6cb22fe09657fff498bedb3ffc2d42db4ac08ea2 (diff) | |
download | ofono-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.c | 1 |
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) |