Skip to content

mctp command: add route range support #58

Open
@jk-ozlabs

Description

@jk-ozlabs

The MCTP netlink interface allows for a range of EIDs in a route, but the mctp tool has no way to specify a "ranged" route.

Main design component is how the command-line route add interface specifies this. Current route add syntax is:

mctp route add <eid> via <dev> [mtu <mtu>]

And a couple of options:

mctp route add <eid> [to <eid>] via <dev> [mtu <mtu>]

or

mctp route add <eid>[-<eid>] via <dev> [mtu <mtu>]

or any others?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions