Ipv4Route interface
An IPv4 route.
Properties
destination | The destination IPv4 prefix. |
next |
A list of next hops for the destination. |
Property Details
destination
The destination IPv4 prefix.
destination?: string
Property Value
string
nextHops
A list of next hops for the destination.
nextHops?: Ipv4RouteNextHop[]