From owner-cvs-all Fri Apr 24 12:17:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06601 for cvs-all-outgoing; Fri, 24 Apr 1998 12:17:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06549; Fri, 24 Apr 1998 12:17:02 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03346; Fri, 24 Apr 1998 12:15:50 -0700 (PDT) Date: Fri, 24 Apr 1998 12:15:50 -0700 (PDT) Message-Id: <199804241915.MAA03346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c ccp.c command.c fsm.c ipcp.c lcp.c log.c log.h mp.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/24 12:15:50 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c ccp.c command.c fsm.c ipcp.c lcp.c log.c log.h mp.c ppp.8 Log: o Remove LINK level logging. o change the default link name to ``deflink'' rather than ``default''. o Prepend the link name to CCP and LCP FSM diagnostics. o Protect against 0 length options in CCP and IPCP REQ interpreters (already done for LCP). o Allow optional context for the `show' command. o Use MPs link when interpreting commands if the multilink mrru is configured rather than when multilink is active. This means that once we've ``set mrru xxx'', we then need to ``link deflink show ccp'' etc if we want to do link-level stuff (based on the command requiring optional or manditory context). o Use the ifconfig'd interface address in `set enddisc {ip,mac}' if it's there, otherwise the configuration file value. Revision Changes Path 1.1.2.60 +2 -2 src/usr.sbin/ppp/Attic/bundle.c 1.30.2.38 +29 -20 src/usr.sbin/ppp/ccp.c 1.131.2.70 +4 -4 src/usr.sbin/ppp/command.c 1.27.2.32 +43 -32 src/usr.sbin/ppp/fsm.c 1.50.2.44 +14 -17 src/usr.sbin/ppp/ipcp.c 1.55.2.46 +12 -11 src/usr.sbin/ppp/lcp.c 1.25.2.9 +2 -2 src/usr.sbin/ppp/log.c 1.18.2.5 +19 -21 src/usr.sbin/ppp/log.h 1.1.2.12 +13 -6 src/usr.sbin/ppp/Attic/mp.c 1.97.2.23 +7 -9 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message