summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/mobile_ppp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12mobile_ppp: do not call CGDCONT if AccessPointName is not set.Mhd Sulhan1-1/+1
Some mobile does not use APN to connect, this commit allow connection established with empty APN.
2014-05-06Fix pid lookup for killing pppdJouke Witteveen1-2/+5
The pid file contains more than just the pid: on the second line it records the interface pppd manages.
2014-03-10mobile_ppp: Unhardcode the phone number to dialJouke Witteveen1-1/+1
2013-10-24Overhaul of ppp connection typesJouke Witteveen1-82/+36
- Refactorization of option file generation - Introduction of optional additional pppd options file specification - Introduction of unit specification option for pppoe connections
2013-05-21Expose the 'maxfail' option for ppp connectionsJouke Witteveen1-1/+1
2013-05-01Remove the last traces of netcfgJouke Witteveen1-1/+1
2013-04-23Small review of PPP related connections (take 2)Jouke Witteveen1-1/+1
The previous take did not contain the stuff that initially motivated rewriting the quoting function. The code of both PPP connection types is still sub-par, but at least functionally, it is a little better now.
2013-04-18Small review of PPP related connectionsJouke Witteveen1-21/+13
The most important change is that we now bring the interface down correctly in pppoe_down.
2013-04-18add command to turn modem on, fix pin commandLeo von Klenze1-1/+2
2013-04-10Changed connections to use underscores.Robbie Smith1-0/+147