[Bug 243164] blacklistd not handling masks correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 8 07:48:50 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243164

--- Comment #8 from Helge Oldach <freebsd at oldach.net> ---
(In reply to Conrad Meyer from comment #7)
> I'm also not exactly in love with the custom file format (with ad-hoc
> C parser and no formal grammar)

Yes, and there are also potential bugs in that hand-rolled parser. Some time
ago I have stumbled over IPv6 address/netmask:

    [2001:679:2807:60::]/64:ssh     stream  *       *               *       *  
   *

versus

    [2001:679:2807:60::/64]:ssh     stream  *       *               *       *  
   *

Only the first case works well, the second case however is silently accepted
without throwing an error, but doesn't work. This should probably be
documented.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list