Date: Fri, 24 Apr 1998 12:15:50 -0700 (PDT) From: Brian Somers <brian@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 Message-ID: <199804241915.MAA03346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804241915.MAA03346>
