Added PPPoE support and various PPP improvements.

This commit is contained in:
marcbou
2007-08-16 18:12:20 +00:00
parent a6ca9aa306
commit 931fcfd0f5
14 changed files with 1805 additions and 75 deletions

View File

@@ -195,7 +195,7 @@ void link_terminated(int unit)
logout();
lcp_phase[unit] = PHASE_DEAD;
AUTHDEBUG((LOG_NOTICE, "Connection terminated.\n"));
pppMainWakeup(unit);
pppLinkTerminated(unit);
}
/*
@@ -223,7 +223,7 @@ void link_down(int unit)
num_np_up = 0;
if (lcp_phase[unit] != PHASE_DEAD)
lcp_phase[unit] = PHASE_TERMINATE;
pppMainWakeup(unit);
pppLinkDown(unit);
}
/*