Commit Graph

20 Commits

Author SHA1 Message Date
paul e44aac35c3 Added cisco_h and cisco_hk as aliases for cisco-h and cisco-hk
because the manpage used to have this wrong.
2002-02-07 10:44:12 +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
kai 0748132381 make isdnctrl independent of the version of installed kernel headers,
we have our own copy now.
2001-05-23 14:48:23 +00:00
detabc dc58d099c8 added netinterface abc-secure-counter reset (clear) support. 1999-11-20 22:23:53 +00:00
keil 562d5e7062 make phonenumber ioctl compatible for ctrlconf too 1999-11-02 20:41:21 +00:00
fritz 2d39cb2f2e Changed my mail-address. 1999-09-06 08:03:23 +00:00
paul d93ee4f68b isdnctrl.man.in 1999-06-07 19:25:38 +00:00
cpetig 6afa489aa5 added v110 and modem to the level2 encapsulations 1999-03-15 15:53:06 +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
cal 0903e3b9be fixed a problem parsing TimRu-Commands
started with TimRu-man-page
1998-03-16 09:40:51 +00:00
cal ab5bf4c91d added support for dynamic timeout-rules vs. 971110 1998-03-07 18:25:52 +00:00
he 48f7ecf440 added encap x25iface and l2_prot x25dte, x25dce 1998-02-12 23:14:44 +00:00
fritz e8e52f6d7c Added cisco-hk encapsulation. 1997-10-03 21:48:07 +00:00
fritz 268ee9c03b Added Version-Checking of NET_DV. 1997-08-21 14:46:58 +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
calle 855b4c1d59 isdnctrl trigger was not working. 1997-07-20 16:36:26 +00:00
luethje 73804b5ace isdnctrl can use a config file 1997-06-24 23:35:15 +00:00