ipset for 15.3 sees protocol error
On Thursday 2021-07-01 18:39, Larry Len Rainey wrote:
I lock out people trying to guess my passwords with my own scripts (have since 1995). I just was checking everything since the 15.2 to 15.3 update and saw this ipset v6.36: Kernel support protocol versions 6-7 while userspace supports protocol versions 6-6 ipset appears to be working as ipset list shows correctly. is this a bug or just a warning?
--- if (!(session->envopts & IPSET_ENV_QUIET) && max != IPSET_PROTOCOL_MAX) ipset_warn(session, "Kernel support protocol versions %u-%u " "while userspace supports protocol versions %u-%u", min, max, IPSET_PROTOCOL_MIN, IPSET_PROTOCOL_MAX); --- It's probably there to point out that the ipset command line is not able to take advantage of all features provided by the kernel part.
participants (2)
-
Jan Engelhardt
-
Larry Len Rainey