summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-23 13:38:09 +0000
committerbrian <brian@FreeBSD.org>1998-05-23 13:38:09 +0000
commit35a7434e269cd17a2450cb27e969145819c4689e (patch)
treec894c5aa24d59ceecf48cedb95f4e783ce515281 /usr.sbin/ppp/mp.c
parentb76b64615436a954f7dc5ea3ddcc922b2d8d2301 (diff)
downloadFreeBSD-src-35a7434e269cd17a2450cb27e969145819c4689e.zip
FreeBSD-src-35a7434e269cd17a2450cb27e969145819c4689e.tar.gz
o If all CCPs are disabled & denied, don't send a REQ - just enter
STOPPED state waiting for the peer to say something.
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index d022b1b..1ed6846 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/ppp/mp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp.c,v 1.1.2.29 1998/05/15 18:21:41 brian Exp $
+ * $Id: mp.c,v 1.2 1998/05/21 21:47:05 brian Exp $
*/
#include <sys/types.h>
@@ -272,6 +272,7 @@ mp_Up(struct mp *mp, struct datalink *dl)
ipcp_SetLink(&mp->bundle->ncp.ipcp, &mp->link);
/* Our lcp's already up 'cos of the NULL parent */
+ ccp_SetOpenMode(&mp->link.ccp);
fsm_Up(&mp->link.ccp.fsm);
fsm_Open(&mp->link.ccp.fsm);
OpenPOWER on IntegriCloud