We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
mctp
Main design component is how the command-line route add interface specifies this. Current route add syntax is:
route add
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?
The text was updated successfully, but these errors were encountered:
<eid>[-<eid>] IMO
<eid>[-<eid>]
Sorry, something went wrong.
@mkj mentions that the to syntax has a different meaning in ip route, so let's discount that and go with <eid>-<eid>.
to
ip route
<eid>-<eid>
No branches or pull requests
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. Currentroute add
syntax is:And a couple of options:
or
or any others?
The text was updated successfully, but these errors were encountered: