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

version 1.1.1.2, 2013/07/22 08:44:33 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="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Interface layer</EM><BR>   <b>:</b> <EM>Interface layer</EM><BR>
 <b>Previous:</b> <A HREF="mpd27.html"><EM>IPv6CP layer</EM></A><BR>  <b>Previous:</b> <A HREF="mpd27.html"><EM>IPv6CP layer</EM></A><BR>
Line 31  If name argument is not specified, original ngX name i Line 31  If name argument is not specified, original ngX name i
 Note that inside Netgraph original ngX name is always used.</p>  Note that inside Netgraph original ngX name is always used.</p>
   
 <dt><b><code>set iface description [ <em>description</em> ]</code></b><dd><p>This command changes interface description.</p>  <dt><b><code>set iface description [ <em>description</em> ]</code></b><dd><p>This command changes interface description.</p>
<p>Template may contain conversion specifications:</p><p>Template may contain conversion specifications:
<p> 
 <pre>  <pre>
 %% expands to single % sign;  %% expands to single % sign;
 %a for interface local address;  %a for interface local address;
Line 41  Note that inside Netgraph original ngX name is always  Line 40  Note that inside Netgraph original ngX name is always 
 %I for interface name;  %I for interface name;
 %l for name of bundle's first link  %l for name of bundle's first link
 %M for peer MAC address of bundle's first link  %M for peer MAC address of bundle's first link
   %o for local outer ("physical") address of bundle's first link
   %O for peer outer ("physical") address of bundle's first link
   %P for peer outer ("physical") port of bundle's first link
 %S for interface status (DoD/UP/DOWN)  %S for interface status (DoD/UP/DOWN)
 %t for type of bundle's first link (pppoe, pptp, l2tp etc.)  %t for type of bundle's first link (pppoe, pptp, l2tp etc.)
 %u for self auth name (or dash if self auth name not used)  %u for self auth name (or dash if self auth name not used)
Line 145  set ipcp ranges 192.168.1.10/32 192.168.1.20/32</code> Line 147  set ipcp ranges 192.168.1.10/32 192.168.1.20/32</code>
 </p>  </p>
 <p>The default is disable.</p>  <p>The default is disable.</p>
   
   <dt><b><code>keep-timeout</code></b><dd><p>When this option is enabled, we are not clear ``session timeout''
   counter. This is useful together with CoA requests.</p>
   <p>The default is disable.</p>
   
 <dt><b><code>tcpmssfix</code></b><dd><p>This option causes mpd to adjust incoming and outgoing TCP SYN  <dt><b><code>tcpmssfix</code></b><dd><p>This option causes mpd to adjust incoming and outgoing TCP SYN
 segments so that the requested maximum segment size is not greater  segments so that the requested maximum segment size is not greater
 than the amount allowed by the interface MTU.</p>  than the amount allowed by the interface MTU.</p>
Line 192  See  Line 198  See 
 </dl>  </dl>
 </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="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Interface layer</EM><BR>   <b>:</b> <EM>Interface layer</EM><BR>
 <b>Previous:</b> <A HREF="mpd27.html"><EM>IPv6CP layer</EM></A><BR>  <b>Previous:</b> <A HREF="mpd27.html"><EM>IPv6CP layer</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>