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
ncm-network: Restrictions on device naming should match kernel
That is:
- Maximum 15 characters (16 including null)
- No whitespace
- No forward-slashes
- No colons (but they are allowed in filenames to label alias IPs)
While we're at it, make the regexp in the module absolute, as we're actually matching filenames there.
Similar validation should also happen in the schema as only throwing errors at runtime is _really_ unfriendly.
0 commit comments