On Mon, 24 Feb 2025, Charadon wrote:
Hi, I'm having issues figuring this out, according to the ippool.conf manpage, this should be valid syntax:``` pool ipf/tree (name sfs4;) { file:///etc/ippool/test.txt; }; ``` However, trying to load these rules results in this error:
The example in the man-page isn't correct: the "file://..." should be in quotes as per the grammar: pool ipf/tree (name sfs4;) { "file:///etc/ippool/test.txt"; }; -RVP