Diff for /embedaddon/mpd/doc/mpd18.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2021/03/17 00:39:23
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 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>General mpd commands</EM><BR>   <b>:</b> <EM>General mpd commands</EM><BR>
 <b>Previous:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A><BR>  <b>Previous:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A><BR>
Line 16 Line 16
 <HR NOSHADE>  <HR NOSHADE>
   <H2><A NAME="18"></A>4.1. General mpd commands<A NAME="gencmd"></A></H2>    <H2><A NAME="18"></A>4.1. General mpd commands<A NAME="gencmd"></A></H2>
   
<p>This chapter describes general mpd commands that don't<p>This chapter describes general mpd commands that do not
 apply to a specific layer.</p>  apply to a specific layer.</p>
 <p>  <p>
 <dl>  <dl>
   
 <dt><b><code>create bundle [ template | static ] <em>name</em> [ <em>template</em> ] </code></b><dd><p>Create new bundle with specified name, optionally based on specified template.  <dt><b><code>create bundle [ template | static ] <em>name</em> [ <em>template</em> ] </code></b><dd><p>Create new bundle with specified name, optionally based on specified template.
If 'template' option is specified bundle will not operate itself,If 'template' option is specified, bundle will not operate itself,
 but will be used to create new bundles on demand.  but will be used to create new bundles on demand.
 If 'static' option is specified, it will be a permanent bundle which will not  If 'static' option is specified, it will be a permanent bundle which will not
disapear after operation complete.disappear after operation completes.
 Maximum name length is 10 characters for templates and 15 characters  Maximum name length is 10 characters for templates and 15 characters
 for the rest of bundles.</p>  for the rest of bundles.</p>
   
 <dt><b><code>create link [ template | static ] <em>name</em> ( <em>type</em> | <em>template</em> ) </code></b><dd><p>Create new link with specified name and type, optionally based on  <dt><b><code>create link [ template | static ] <em>name</em> ( <em>type</em> | <em>template</em> ) </code></b><dd><p>Create new link with specified name and type, optionally based on
 specified template.  specified template.
If 'template' option is specified link will not operate itself,If 'template' option is specified, link will not operate itself,
 but will be used to create new links on demand.  but will be used to create new links on demand.
 If 'static' option is specified, it will be a permanent link which will not  If 'static' option is specified, it will be a permanent link which will not
 disapear after operation complete.  disapear after operation complete.
Line 40  for the rest of links.</p> Line 40  for the rest of links.</p>
   
 <dt><b><code><br>destroy bundle [ <em>name</em> ]<br>  <dt><b><code><br>destroy bundle [ <em>name</em> ]<br>
 destroy link [ <em>name</em> ]</code></b><dd><p>Destroy existing link/bundle.  destroy link [ <em>name</em> ]</code></b><dd><p>Destroy existing link/bundle.
Note, that if link is in use it may not disapear after command return,Note that if link is in use, it may not disapear after command returns,
 it may take some time to properly close it.</p>  it may take some time to properly close it.</p>
   
<dt><b><code>bundle [ <em>name</em> ] </code></b><dd><p>This command changes the currenly active bundle to the bundle named<dt><b><code>bundle [ <em>name</em> ] </code></b><dd><p>This command changes the currently active bundle to the bundle named
 <code><em>name</em></code>. The currently active link is also  <code><em>name</em></code>. The currently active link is also
 changed, to the first link of the bundle. If no  changed, to the first link of the bundle. If no
 <code><em>name</em></code> is given, this command lists all  <code><em>name</em></code> is given, this command lists all
Line 162  template, that could exist at the same time.</p> Line 162  template, that could exist at the same time.</p>
 <dt><b><code>set global filter <em>num</em> add <em>fltnum</em> <em>flt</em><br>  <dt><b><code>set global filter <em>num</em> add <em>fltnum</em> <em>flt</em><br>
 set global filter <em>num</em> clear</code></b><dd><p>These commands define or clear traffic filters to be used by rules submitted  set global filter <em>num</em> clear</code></b><dd><p>These commands define or clear traffic filters to be used by rules submitted
 by   by 
<A HREF="mpd30.html#radius">radius</A> during authentication.</p><A HREF="mpd30.html#radius">AAA</A> during authentication.</p>
   
 <dt><b><code>set global enable <em>option ...</em><br>  <dt><b><code>set global enable <em>option ...</em><br>
 set global disable <em>option ...</em></code></b><dd><p>These commands configure various global options.</p>  set global disable <em>option ...</em></code></b><dd><p>These commands configure various global options.</p>
Line 306  This command is useful for disconnecting a telnet conn Line 306  This command is useful for disconnecting a telnet conn
 </p>  </p>
   
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 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>General mpd commands</EM><BR>   <b>:</b> <EM>General mpd commands</EM><BR>
 <b>Previous:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A><BR>  <b>Previous:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A><BR>

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


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