K 10 svn:author V 3 rik K 8 svn:date V 27 2005-06-25T12:27:17.000000Z K 7 svn:log V 1377 Prepare to close three old PRs. MFC: revision 1.118 date: 2005/01/07 01:45:34; author: imp; state: Exp; lines: +2 -1 /* -> /*- for license, minor formatting changes ---------------------------- revision 1.117 date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +38 -12 Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days ---------------------------- revision 1.116 date: 2004/12/14 18:18:54; author: rik; state: Exp; lines: +0 -2 Kill double inclusion for and . ---------------------------- revision 1.111 date: 2004/06/25 10:25:33; author: rik; state: Exp; lines: +2 -1 Do not count loobacks as other fuilures. As a result magic will not be rejected any more in case of loopback. Discussed with: joerg@ ---------------------------- revision 1.108 date: 2004/05/25 21:54:07; author: rik; state: Exp; lines: +2 -2 Keepalive timer should be added if we does not have any sppp consumers before and should be deleted if we do not have any anymore. ---------------------------- revision 1.107 date: 2004/03/14 01:32:44; author: rwatson; state: Exp; lines: +2 -2 Compare spppq to NULL instead of using spppq as a boolean. PR: kern/21771, kern/66348, kern/14848 END