Documentation
Name
net node route del - remove a static route from a node
Synopsis
del
[--gw=]
<prefix> <iface>
Arguments
- --gw=
- optional gateway address
- prefix
- destination prefix
- iface
- outgoing interface
Description
This command removes from one node the route identified with the specified arguments. The route to be removed is identified by the destination prefix and the outgoing interface (iface). Wildcards (*) can be used in place of the iface arguments to remove all the routes that match the specified prefix.
See also
To add a static route, use command net node X route add.
To show existing routes, use command net node X show rt.