-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pppd: implement net-init, net-pre-up and net-down scripts.
net-init: executes from set_ifunit which gets called once we have a ppp interface to work with. I suspect this may be called multiple times, which I think is OK. Will wait. net-pre-up: executes from set_ifup, *prior* to bringing the interface up. Will wait. net-down: executes just prior to actually tearing down the interface. Will NOT wait. Arguments passed: interface-name tty-device speed ipparam Documentation pending. Signed-off-by: Jaco Kroon <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters