GATEWAY can now be v4 or v6 for v4 routes, for v6 routes it
can only be v6 (like today).
Signed-off-by: Christopher Dziomba <christopher.dziomba@telekom.de>
NETWORK is destination prefix with a valid v4 or v6 network based upon
initial form of the command.
- GATEWAY is the IP address to use as next-hop for the prefix. Currently, it must match
- the v4 or v6 route type specified at the start of the command.
+ GATEWAY is the IP address to use as next-hop for the prefix. Routes of type v4 can use v4 and v6 next-hops,
+ v6 routes only support v6 next-hops.
IFNAME is the name of the interface to use as next-hop. If only IFNAME is specified
(without GATEWAY), a connected route will be created.