-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
radvd will not accept numeric-only interface names, producing a "syntax error" in config parsing
This doesn't work:
interface 4114
{
...
};
But this does:
interface f114
{
I tried double-quotes to delimit, and while the quoted version parses without error radvd then expects literal double-quotes in the interface name, which of course doesn't exist
interface "4114"
{
Is there another delimiter/syntax I should be using? If not, is this a limitation in radvd config parser, or are numeric-only interface names intentionally not supported?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels