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

Diff for /www/65.html between version 1.73 and 1.74

version 1.73, 2019/04/13 01:31:44 version 1.74, 2019/04/13 03:05:55
Line 217 
Line 217 
         differ only by filter sets.          differ only by filter sets.
     <li>First release of OpenBGPD-portable. There is currently no FIB support      <li>First release of OpenBGPD-portable. There is currently no FIB support
         in the portable version and some other features are also disabled.          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      <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 as-override in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,      <li>Implemented <b>as-override</b> 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 <i>'*'</i>, <i>local-as</i> and <i>neighbor-as</i>      <li>Added support for <b>*</b>, <b>local-as</b> and <b>neighbor-as</b>
         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><i>announce inet none</i> no longer clears announce settings of      <li><b>announce inet none</b> 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 238 
Line 238 
         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 <i>neighbor group &lt;name&gt;</i> to run      <li>It is now possible to use <b>neighbor group &lt;name&gt;</b> 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 247 
Line 247 
             bgpctl show rib neighbor group <name> ...<br>              bgpctl show rib neighbor group <name> ...<br>
         </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 desinguisher          add networks into BGP VPN tables by specifying the route distinguisher
         <i>rd</i> on the <i>network</i> command.          <b>rd</b> on the <b>network</b> 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.73  
changed lines
  Added in v.1.74