[BACK]Return to 65.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/65.html between version 1.82 and 1.83

version 1.82, 2019/04/13 14:43:31 version 1.83, 2019/04/13 14:48:46
Line 114 
Line 114 
   <li>If an auto-join list is configured, wireless interfaces will no longer    <li>If an auto-join list is configured, wireless interfaces will no longer
       connect to unknown open networks by default. This behaviour must        connect to unknown open networks by default. This behaviour must
       now be explicitly enabled by adding the empty network name to the        now be explicitly enabled by adding the empty network name to the
       auto-join list, e.g. <b>ifconfig iwm0 join ""</b>, or <b>join ""</b>        auto-join list, e.g. <tt>ifconfig iwm0 join ""</tt>, or <tt>join ""</tt>
       in hostname.if files.        in hostname.if files.
   <li>The <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> and    <li>The <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> and
       <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> drivers will now        <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> drivers will now
Line 239 
Line 239 
     <li>The configuration of BGP MPLS VPN changed and the config needs to be      <li>The configuration of BGP MPLS VPN changed and the config needs to be
         adjusted if VPNs are used.          adjusted if VPNs are used.
     <li>Added support for IPv6 BGP MPLS VPNs.      <li>Added support for IPv6 BGP MPLS VPNs.
     <li>Implemented <b>as-override</b> in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,      <li>Implemented <tt>as-override</tt> in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
         a feature where the neighbor AS is replaced by the local AS in AS paths.          a feature where the neighbor AS is replaced by the local AS in AS paths.
     <li>It is now possible to match multiple communities, ext-communities or      <li>It is now possible to match multiple communities, ext-communities or
         large-communities per filter rule.          large-communities per filter rule.
     <li>Added support for <b>*</b>, <b>local-as</b> and <b>neighbor-as</b>      <li>Added support for <tt>*</tt>, <tt>local-as</tt> and <tt>neighbor-as</tt>
         for ext-community matching and addition or removal.          for ext-community matching and addition or removal.
     <li>Prevent <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>      <li>Prevent <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
         from being started more than once with the same config.          from being started more than once with the same config.
     <li><b>announce inet none</b> no longer clears announce settings of      <li><tt>announce inet none</tt> no longer clears announce settings of
         other address families.          other address families.
     <li>Removed potential for a spurious End-of-RIB marker being sent.      <li>Removed potential for a spurious End-of-RIB marker being sent.
     <li>Fixed mrt table dumps and the route collector mode.      <li>Fixed mrt table dumps and the route collector mode.
Line 257 
Line 257 
         terminates early.          terminates early.
     <li>Improved handling of communities, large-communities and ext-communities      <li>Improved handling of communities, large-communities and ext-communities
         in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>          in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>
     <li>It is now possible to use <b>neighbor group &lt;name&gt;</b> to run      <li>It is now possible to use <tt>neighbor group &lt;name&gt;</tt> to run
         <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> commands          <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> commands
         against the specified group of neighbors:          against the specified group of neighbors:
         <div style="margin-left: 45px"><code>          <div style="margin-left: 45px"><code>
Line 267 
Line 267 
         </code></div>          </code></div>
     <li><a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> can now      <li><a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> can now
         add networks into BGP VPN tables by specifying the route distinguisher          add networks into BGP VPN tables by specifying the route distinguisher
         <b>rd</b> on the <b>network</b> command.          <tt>rd</tt> on the <tt>network</tt> command.
     <li><a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a> and      <li><a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a> and
         <a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can          <a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can
         now filter on Origin Validation State and Extended Communities.          now filter on Origin Validation State and Extended Communities.

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83