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

Diff for /www/67.html between version 1.69 and 1.70

version 1.69, 2020/05/12 14:15:18 version 1.70, 2020/05/14 17:47:10
Line 685 
Line 685 
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
   <ul>    <ul>
 <!-- bgpd -->  <!-- bgpd -->
     <li>Store both IPv4 and IPv6 addresses with local-address in <a      <li>Add initial support for JSON output in
         href="https://man.openbsd.org/bgpd">bgpd(8)</a>, allowing          <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>.
         configuration of both an IPv4 and IPv6 local-address on a group with      <li>Allow setting both IPv4 and IPv6 local-addresses at the same time in
         correct binding of neighbors. Introduced 'no local-address' to reset a          <a href="https://man.openbsd.org/bgpd.conf">bgpd.conf(5)</a> group
         previously-set local address back to zero. This helps to reduce          blocks.  Introduced <code>no local-address</code> to reset a previously
         repetition in the configuration.          set local address.
     <li>Aggregated duplicate <a      <li>Properly aggregate duplicate <a href="https://man.openbsd.org/bgpd">
         href="https://man.openbsd.org/bgpd">bgpd(8)</a> roa table          bgpd(8)</a> roa table prefix/source-as combinations into a single entry
         prefix/source-as combos as a single entry with the longest maxlen          with the longest maxlen length.
         length.  
     <li>Extended <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>  
         'show neighbor' to include the received and set prefix count, as well  
         as the max-prefix out limit if set.  
     <li>Implemented <a      <li>Implemented <a
         href="https://man.openbsd.org/bgpd.conf">bgpd.conf(5)</a>          href="https://man.openbsd.org/bgpd.conf">bgpd.conf(5)</a>
         <code>max-prefix NUM out</code> to limit the number of announced          <code>max-prefix NUM out</code> to limit the number of announced
         prefixes, avoiding leaks of full tables to upstreams and peers.          prefixes, avoiding leaks of full tables to upstreams and peers.
     <li>Began marking stale prefixes in the Adj-RIB-out during      <li>Extended <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>
         graceful reload of <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>          <code>show neighbor</code> to include the received and set prefix
         and fixed prefix_withdraw to check the correct prefix flags before          count, as well as the max-prefix out limit if set.
         removing a prefix from the update or withdraw tree.      <li>Improved reporting of notifications to include the suberror cause.
     <li>Fixed a bug with the fatal <a      <li>Also report the last received error cause in
         href="https://man.openbsd.org/bgpd">bgpd(8)</a> non-existing prefix          <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> <code>show
         call to ensure the missing prefix is inserted into the prefix tree.          neighbor</code> output.
     <li>Fixed <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>      <li>Fix softreconfig out handling to also work for neighbors using
         crashes where the nexthop_runners tail queue was corrupted.          <code>export default-route</code>.
       <li>Mark stale prefixes in the Adj-RIB-Out so that graceful reload
           operates properly.
 <!-- OSPF -->  <!-- OSPF -->
     <li>Allowed configuration of the <a      <li>Allowed configuration of the <a
         href="https://man.openbsd.org/ospfd">ospfd(8)</a> interface setting          href="https://man.openbsd.org/ospfd">ospfd(8)</a> interface setting

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70