Diff for /embedaddon/mpd/doc/mpd4.html between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 08:44:30 version 1.1.1.3, 2016/11/01 09:56:12
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A>
  <b>:</b> <A HREF="mpd1.html"><EM>Introduction</EM></A>   <b>:</b> <A HREF="mpd1.html"><EM>Introduction</EM></A>
  <b>:</b> <EM>Change history</EM><BR>   <b>:</b> <EM>Change history</EM><BR>
 <b>Previous:</b> <A HREF="mpd3.html"><EM>Organization of this manual</EM></A><BR>  <b>Previous:</b> <A HREF="mpd3.html"><EM>Organization of this manual</EM></A><BR>
Line 15 Line 15
   
 <HR NOSHADE>  <HR NOSHADE>
   <H2><A NAME="4"></A>1.3. Change history<A NAME="changes"></A></H2>    <H2><A NAME="4"></A>1.3. Change history<A NAME="changes"></A></H2>
   <p>Changes since version 5.7:
   <ul>
   <li> New features:
   <ul>
   <li> Added JSON format output into the web console.</li>
   <li> Added `set l2tp pmask ...` command.</li>
   <li> Added `set pppoe mac-format ...` command.</li>
   <li> Added `set pppoe max-payload ...` command from RFC 4638.</li>
   <li> Added 'set radius src-addr ...' command.</li>
   <li> Added `set iface keep-timeout` options.</li>
   <li> Added `set console auth` options.</li>
   <li> Added `agent-cid` global option to control display
   PPPoE ADSL-Agent-Circuit-Id option in `show session` command.
   Default is disabled.</li>
   <li> Added `session-time` global option to control display
   session time in seconds in `show session` command.
   Default is disabled.</li>
   <li> Using `peer_addr` in ACL tell to use mpd-table with
   the peer negotiated IP address.</li>
   <li> Added more wildcards, passed from ACL's.</li>
   <li> Added more wildcards, passed from `set iface description ...`
   command or `mpd-iface-descr` RADIUS attribute.</li>
   <li> Added `Filter-Id` RADIUS attribute.</li>
   <li> Added support for Backtrace Access Library.</li>
   <li> Added support for LibreSSL Library.</li>
   </ul>
   </li>
   <li> Changes:
   <ul>
   <li> Rename `quit` command to `shutdown`.</li>
   <li> `authname ...` command can be case insensitive.</li>
   </ul>
   </li>
   <li> Bugfixes:
   <ul>
   <li> Restore send mac address to RADIUS server in unformatted value.</li>
   <li> Fix long living bug with ECP.</li>
   <li> Fix ability to use both IPv4 and IPv6 addresses on the same interface.</li>
   </ul>
   </li>
   </ul>
   </p>
 <p>Changes since version 5.6:  <p>Changes since version 5.6:
 <ul>  <ul>
 <li> New features:  <li> New features:
Line 23 Line 65
 <li> Added `unset radius server ...` command.</li>  <li> Added `unset radius server ...` command.</li>
 <li> Added `unset nat ...` command.</li>  <li> Added `unset nat ...` command.</li>
 <li> Added `Class` CoA attribute from RFC 2865.</li>  <li> Added `Class` CoA attribute from RFC 2865.</li>
<li> New command 'show netflow' added.</li><li> New command `show netflow` added.</li>
 </ul>  </ul>
 </li>  </li>
 <li> Changes:  <li> Changes:
Line 92  Import required files into the MPD tree.</li> Line 134  Import required files into the MPD tree.</li>
 </li>  </li>
 <li> Bugfixes:  <li> Bugfixes:
 <ul>  <ul>
<li> Fix memory leaks on pptp and radius on some reason.</li><li> Fix memory leaks on PPTP and RADIUS on some reason.</li>
 <li> Really make RESULT a mandatory option in ext-auth.</li>  <li> Really make RESULT a mandatory option in ext-auth.</li>
 </ul>  </ul>
 </li>  </li>
Line 834  implementing each EAP-Type into Mpd.</li> Line 876  implementing each EAP-Type into Mpd.</li>
 </ul>  </ul>
 </p>  </p>
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A>
  <b>:</b> <A HREF="mpd1.html"><EM>Introduction</EM></A>   <b>:</b> <A HREF="mpd1.html"><EM>Introduction</EM></A>
  <b>:</b> <EM>Change history</EM><BR>   <b>:</b> <EM>Change history</EM><BR>
 <b>Previous:</b> <A HREF="mpd3.html"><EM>Organization of this manual</EM></A><BR>  <b>Previous:</b> <A HREF="mpd3.html"><EM>Organization of this manual</EM></A><BR>

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>