datamodel: support interface names with dashes
Dashes can't be present in normal identifiers in Lua, so we switch to a different syntactic sugar for the same thing.
Fixes #900 (closed)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Dashes can't be present in normal identifiers in Lua, so we switch to a different syntactic sugar for the same thing.
Fixes #900 (closed)