=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- www/68.html 2020/10/02 22:16:59 1.26 +++ www/68.html 2020/10/02 22:24:17 1.27 @@ -380,8 +380,10 @@
  • Added an optional "domain name" acme-client.conf(5) option allowing use of multiple domain sections with the same name and creation of an rsa and an ecdsa key for the same domain name.
  • Added netstat(1) -R to show a summary of rdomains with associated interfaces and tables.
  • Defaulted to showing full IPv6 address entries in the routing tables displayed by route(8) show and netstat(1) -r. +
  • Fixed pcap-filters(5) on DLT_LOOP links, e.g. lo(4), gre(4), wg(4), etc.
  • Fixed dhclient(8) domain-search option processing.
  • Corrected route(8) handling of ::/0 and "route add -inet 0.0.0.0 -prefixlen 0 (gateway)". +
  • Fixed integer underflow in tcpdump(8) due to tiny snaplen causing bogus hexdumps.
  • Added initial tcpdump(8) support for handling geneve packets.
  • Added top(1) "t" to toggle the display of routing tables.
  • Added filtering by routing table to top(1).