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

Diff for /www/65.html between version 1.63 and 1.64

version 1.63, 2019/04/10 17:21:24 version 1.64, 2019/04/11 10:10:53
Line 158 
Line 158 
   
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
     <ul>      <ul>
     <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  
         now filter on Origin Validation State and Extended Communities.  
     <li><a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can  
         now [clear|destroy|down|refresh|up] and show groups of neighbors.  
     <li>Prevent <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>  
         from being started more than once with the same config.  
     <li><a href="https://man.openbsd.org/pcap-filter.3">pcap-filter(3)</a> can      <li><a href="https://man.openbsd.org/pcap-filter.3">pcap-filter(3)</a> can
         now filter on MPLS packets.          now filter on MPLS packets.
     <li>The routing priority for      <li>The routing priority for
Line 181 
Line 174 
         <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>, a validating,          <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>, a validating,
         recursive nameserver for 127.0.0.1. It is particularly suitable for          recursive nameserver for 127.0.0.1. It is particularly suitable for
         laptops moving between networks.          laptops moving between networks.
       </ul>
   <p>
   
   <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> improvements:
       <ul>
       <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> has now a real
           Adj-RIB-Out which improved overall memory usage.
       <li>Implemented a simple ruleset optimizer that merges filter rules that
           differ only by filter sets.
       <li>First release of OpenBGPD-portable. There is currently no FIB support
           in the portable version and some other features are also disabled.
       <li>The configuration of BGP MPLS VPN changes and the config needs to be
           adjusted if VPNs are used.
       <li>Added support for IPv6 BGP MPLS VPNs.
       <li>Implemented as-override 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.
       <li>It is now possible to match multiple communities, ext-communities or
           large-communities per filter rule.
       <li>Added support for <i>'*'</i>, <i>local-as</i> and <i>neighbor-as</i>
           for ext-community matching and addition or removal.
       <li>Prevent <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
           from being started more than once with the same config.
       <li><i>announce inet none</i> no longer clears announce settings of
           other address families.
       <li>Removed potential for a spurious End-of-RIB marker being sent.
       <li>Fixed mrt table dumps and the route collector mode.
       <li>Improved throttling of initial routing table dump.
       <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> terminates RIB
           table walks if <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>
           terminates early.
       <li>Improved handling of communities, large-communities and ext-communities
           in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>
       <li>It is now possible to use <i>neighbor group &lt;name&gt;</i> to run
           <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> commands
           against the specified group of neighbors:
           <div style="margin-left: 45px"><code>
               bgpctl neighbor group <name> [clear|destroy|down|refresh|up]<br>
               bgpctl show neighbor group <name> [messages|terse|timers]<br>
               bgpctl show rib neighbor group <name> ...<br>
           </code></div>
       <li><a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> can now
           add networks into BGP VPN tables by specifying the route desinguisher
           <i>rd</i> on the <i>network</i> command.
       <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
           now filter on Origin Validation State and Extended Communities.
       <li><a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can
           now [clear|destroy|down|refresh|up] and show groups of neighbors.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64