https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280913
--- Comment #3 from [email protected] --- Interface names can contain any null terminated string e.g. `$'💩 𓂸\n\t\377\10\10\10'` (including the NUL byte). They're unsafe (splitting, trimming, globbing), to expand in shell scripts outside of a double quoted strings e.g. `dhcpif $1` -- You are receiving this mail because: You are the assignee for the bug.
