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

version 1.1.1.1, 2012/02/21 23:32:47 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.6 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:
   <pre>
   %% expands to single % sign;
   %a for interface local address;
   %A for peer local address;
   %i for system interface index;
   %I for interface name;
   %l for name 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)
   %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 peer auth name (or dash if peer has not authenticated)
   </pre>
   </p>
   
 <dt><b><code>set iface group [ <em>group</em> ]</code></b><dd><p>This command add interface to specific group.</p>  <dt><b><code>set iface group [ <em>group</em> ]</code></b><dd><p>This command add interface to specific group.</p>
   
Line 129  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 176  See  Line 198  See 
 </dl>  </dl>
 </p>  </p>
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.6 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.1  
changed lines
  Added in v.1.1.1.3


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