You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the parser is a bit more relaxed than the uci parser in OpenWRT. Would you be interested in a patch that would fail is we see something other than a-z, A-Z, 0-9 or "_"?
As hinted in #8, go-uci ought to try its best to mimic the behaviour of uci itself (i.e. if uci parses "wifi-device", so should go-uci). Keep that in mind when rectifying the parser :)
Hi.
I noticed that the parser is a bit more relaxed than the uci parser in OpenWRT. Would you be interested in a patch that would fail is we see something other than a-z, A-Z, 0-9 or "_"?
@relet made me aware of this.
The text was updated successfully, but these errors were encountered: