Skip to content

Syntax error in route_linux.go #630

@KaushikKR-11

Description

@KaushikKR-11

github.com/vishvananda/netlink

../../vishvananda/netlink/route_linux.go:553:1: syntax error: non-declaration statement outside function body

this error is caused by the line 553 due to extra equals

553: =======
554: // RouteAddEcmp will add a route to the system.
555: func RouteAddEcmp(route *Route) error {

Due to this non-declaration statement outside function body syntax error caused.

will be needful if sort out this error as early as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions