Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2020 07:48:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243164] blacklistd not handling masks correctly
Message-ID:  <bug-243164-227-llM8OH5cvw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243164-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243164-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243164

--- Comment #8 from Helge Oldach <freebsd@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  *       *               *      =
 *=20=20
   *

versus

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

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243164-227-llM8OH5cvw>