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

Diff for /www/70.html between version 1.83 and 1.84

version 1.83, 2021/10/08 16:31:36 version 1.84, 2021/10/09 14:06:45
Line 483 
Line 483 
         <li>In <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> print out both the sent "Neighbor capabilities" and the          <li>In <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> print out both the sent "Neighbor capabilities" and the
                 "Negotiated capabilities" for a session.                  "Negotiated capabilities" for a session.
         <li>Print timestamps both as a formatted and a pure time in seconds          <li>Print timestamps both as a formatted and a pure time in seconds
                 filed in various JSON objects.                  field in various JSON objects.
         <li>Fixed a bug, where during <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> config reloads prefixes of the          <li>Fixed a bug, where during <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> config reloads prefixes of the
                 wrong address family could leak to peers resulting in session resets.                  wrong address family could leak to peers resulting in session resets.
         <li>Added support for RFC 7313 - Enhanced Route Refresh          <li>Added support for RFC 7313 - Enhanced Route Refresh
Line 501 
Line 501 
         <li>Implemented receive side of RFC 7911 - Advertisement of Multiple Paths          <li>Implemented receive side of RFC 7911 - Advertisement of Multiple Paths
         in BGP. OpenBGPD is currently not able to send multiple paths out.          in BGP. OpenBGPD is currently not able to send multiple paths out.
         <li>Improved checks of VRPs loaded via RTR or from the roa-set table.          <li>Improved checks of VRPs loaded via RTR or from the roa-set table.
         <li>Allowed to optionally specify an expiry time for roa-set entries to          <li>Allowed optionally specifying an expiry time for roa-set entries to
                 mitigate BGP route decision making based on outdated RPKI data.                  mitigate BGP route decision making based on outdated RPKI data.
                 OpenBGPD's companion rpki-client(8) produces roa-sets with the                  OpenBGPD's companion rpki-client(8) produces roa-sets with the
                 new 'expires' property                  new 'expires' property
Line 542 
Line 542 
            and CRL validity times. The 'expires' value can be used to avoid route             and CRL validity times. The 'expires' value can be used to avoid route
            selection based on stale data when generating VRP sets, when faced             selection based on stale data when generating VRP sets, when faced
            with loss of communication between consumer and validator, or             with loss of communication between consumer and validator, or
            validator and CA repository,             validator and CA repository.
         <li>Made the runtime timeout (-s option) also trigger in          <li>Made the runtime timeout (-s option) also trigger in
            child proecesses.             child processes.
         <li>Improved RRDP support and make RRDP as default protocol for          <li>Improved RRDP support and make RRDP the default protocol for
            synchronizing the RPKI repository data, with <a             synchronizing the RPKI repository data, with <a
         href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> used as secondary.          href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> used as secondary.
         <li>At startup, warn if the filesystem containing the cache directory          <li>At startup, warn if the filesystem containing the cache directory

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