Skip to content

Numeric interface names #272

@profplump

Description

@profplump

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions