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

Diff for /www/74.html between version 1.21 and 1.22

version 1.21, 2023/10/11 15:00:50 version 1.22, 2023/10/11 15:32:29
Line 292 
Line 292 
   </ul>    </ul>
   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,    <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
   <ul>    <ul>
         <li>...          <li>Add first version of flowspec support. Right now only announcement
               of flowspec rules is possible.
           <li>Update ASPA support to follow draft-ietf-sidrops-aspa-verification-16
               and draft-ietf-sidrops-aspa-profile-16 by making the ASPA lookup
               tables AFI-agnostic.
           <li>Rework UPDATE message generation to use the new ibuf API instead
               of the hand-rolled solution before.
           <li>Fix <code>ext-community * *</code> matching which also affects
               filters removing all ext-commuinites.
           <li>Improve and extend the bgpctl parser to handle commands like
               <code>bgpctl show rib 192.0.2.0/24 detail</code>.
               Also add various flowspec specific commands.
           <li>Introduce a semaphore to protect intermittent RTR session data
               from being published to the RDE.
           <li>Limit the socket buffer size to 64k for all sessions.
               Limiting the buffer size to a reasonable size ensures that not
               too many updates end up queued in the TCP stack.
           <li>Adjusted example <code>GRACEFUL_SHUTDOWN</code> filter rule in
               the example config to only match on ebgp sessions.
   </ul>    </ul>
   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:    <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:
   <ul>    <ul>

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22