Commit Graph

23 Commits

Author SHA1 Message Date
paul e3fea62b6f "status active" added, this shows only those interfaces that are connected. 2003-03-11 13:49:28 +00:00
paul 934e4223f6 Changed cisco_h and cisco_hk to cisco-h and cisco-hk (which is what
the program accepts).
2002-02-07 10:43:24 +00:00
kai 377696f5c9 removed traces of TIMRU. I hope it's been dead for a long enough time now. 2001-05-23 14:59:23 +00:00
paul 5cafd56fb1 Typo 2000-05-28 00:21:47 +00:00
paul bd346422f5 Added description of addlink/removelink to the manpage. Also noted that
sdelay and trigger is for rawIP, not MPPP.
2000-01-27 15:07:31 +00:00
fritz 2d39cb2f2e Changed my mail-address. 1999-09-06 08:03:23 +00:00
paul 84d9441df0 `status' command added; shows connection status (connected yes/no, what number) 1999-06-07 19:27:49 +00:00
paul 6f750d664d Fixed include of parts of the manpage 1998-12-18 13:19:45 +00:00
paul 37e581ec33 general cleanups for the manpages 1998-12-02 16:53:27 +00:00
paul c3bd34ff7d updated manpage about huptimeout with dialmode == manual 1998-12-01 13:13:30 +00:00
paul 7fe274e31f Implemented "dialmode all" mode. 1998-10-28 16:12:18 +00:00
he 8f898ed5ad added encap x25iface 1998-10-27 19:56:51 +00:00
paul ea996d53b5 Implementation of "dialmode" (successor of "status") 1998-10-21 16:18:45 +00:00
cal a05c712d86 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:29 +00:00
paul 2c068d32a1 couple of minor spelling corrections etc. 1998-05-14 17:32:20 +00:00
cal 0903e3b9be fixed a problem parsing TimRu-Commands
started with TimRu-man-page
1998-03-16 09:40:51 +00:00
fritz ca0c4b3d78 Updated manpage, improved creation of dynamic manpage. 1997-10-23 22:39:05 +00:00
luethje 539a749fd5 the call "isdnctrl pppbind ipppX" will be bound the interface to X 1997-07-30 20:09:24 +00:00
luethje f15626a998 added the option "force" for the commands delif and reset 1997-07-23 20:39:14 +00:00
luethje 32928f3529 isdnrep: Use " " for blanks
isdnctrl: Add the option "reset"
1997-07-22 22:36:08 +00:00
luethje 3aaf68f6c8 Added the trigger function to the config file. 1997-06-26 21:25:14 +00:00
luethje a7e8bbb594 bugfix 1997-06-26 21:01:25 +00:00
luethje ac70068c8a Create a dynamic man page. 1997-06-26 21:00:28 +00:00