Commit Graph

18 Commits

Author SHA1 Message Date
Fritz Elfert 584f063186 Changed my mail-address. 1999-09-06 08:03:27 +00:00
Paul Slootman 2047c71a60 `status' command added; shows connection status (connected yes/no, what number) 1999-06-07 19:27:49 +00:00
Paul Slootman 41860eb4a2 Fixed include of parts of the manpage 1998-12-18 13:19:46 +00:00
Paul Slootman bd9e79b354 general cleanups for the manpages 1998-12-02 16:54:34 +00:00
Paul Slootman a6b52c7b2d updated manpage about huptimeout with dialmode == manual 1998-12-01 13:13:30 +00:00
Paul Slootman b3ae9669ce Implemented "dialmode all" mode. 1998-10-28 16:12:20 +00:00
Henner Eisen 6051797e9a added encap x25iface 1998-10-27 19:56:51 +00:00
Paul Slootman 24d73fe82d Implementation of "dialmode" (successor of "status") 1998-10-21 16:18:49 +00:00
Christian A. Lademann 9ca0e5aaf5 added the command "isdnctrl name ifdefaults": the named device is reset
to some reasonable defaults.

Internally, isdnctrl.c contains a list of functions (defs_fcns []), which
are called one after the other with the interface-name as a patameter.
Each function returns a char* to a string containing iscnctrl-commands
to be executed. Example:

char *
defs_budget(char *id) {
	static char	r [1024];
	char	*p = r;

	p += sprintf(p, "budget %s dial 10 1min\n", id);
	p += sprintf(p, "budget %s charge 100 1day\n", id);
	p += sprintf(p, "budget %s online 8hour 1day\n", id);

	return(r);
}

The advantage of this approach is, that even complex commands can be executed.

PS: The function defs_basic() in isdnctrl.c is not complete.
1998-06-09 18:11:36 +00:00
Paul Slootman 9a08293310 couple of minor spelling corrections etc. 1998-05-14 17:32:20 +00:00
Christian A. Lademann b90c92c7ab fixed a problem parsing TimRu-Commands
started with TimRu-man-page
1998-03-16 09:40:57 +00:00
Fritz Elfert 0b4bfc2554 Updated manpage, improved creation of dynamic manpage. 1997-10-23 22:39:09 +00:00
Stefan Luethje e5b71f635a the call "isdnctrl pppbind ipppX" will be bound the interface to X 1997-07-30 20:09:32 +00:00
Stefan Luethje 5d3b036e53 added the option "force" for the commands delif and reset 1997-07-23 20:39:22 +00:00
Stefan Luethje 188a1a2b4a isdnrep: Use " " for blanks
isdnctrl: Add the option "reset"
1997-07-22 22:36:17 +00:00
Stefan Luethje 0dc20b4cb3 Added the trigger function to the config file. 1997-06-26 21:25:16 +00:00
Stefan Luethje acede6197f bugfix 1997-06-26 21:01:25 +00:00
Stefan Luethje 2974dbb4f1 Create a dynamic man page. 1997-06-26 21:00:29 +00:00