summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/pppoe
AgeCommit message (Collapse)AuthorFilesLines
2014-05-06Fix pid lookup for killing pppdJouke Witteveen1-9/+6
The pid file contains more than just the pid: on the second line it records the interface pppd manages.
2013-10-24Overhaul of ppp connection typesJouke Witteveen1-47/+43
- 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-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-19/+27
The most important change is that we now bring the interface down correctly in pppoe_down.
2013-03-25Fix pppoeJouke Witteveen1-1/+1
The up/down functions don't take arguments as they did in netcfg.
2013-03-18Unhardcode pathsJouke Witteveen1-2/+4
Remove distribution-specific paths (and allow overrides).
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-30/+25
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+77
This commit contains the moving of files.