Remove a route (previously added using net_route_add).
Usages
net_route_remove {-i [if_nbr]} {-4 [IP Address] [Mask] [Gateway]} {-6 [IP Address] [Prefix Length]}
Arguments
-i [Interface number], Specified Specified on which interface the reset will occur. If no interface is specified, all existing interfaces will be reset.
-4 [IP_address Mask Gateway], IPv4 IPv4 addresses.
-6 [IP_address Prefix_len], IPv6 IPv6 addresses.
Output
None.
Required Configuration
...