nextHopInstanceHasNoIpv6Interface constant

Warning_Code const nextHopInstanceHasNoIpv6Interface

The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.

Implementation

static const nextHopInstanceHasNoIpv6Interface = Warning_Code(
  'NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE',
);