Closed ecsv closed 3 years ago
The lexer doesn't understand the token iface and thus parsing a config with a line persist iface will break the config parser. The correct way of writing such a config statement is persist interface yes|no;
iface
persist iface
persist interface yes|no;
The lexer doesn't understand the token
iface
and thus parsing a config with a linepersist iface
will break the config parser. The correct way of writing such a config statement ispersist interface yes|no;