canIpForward property

bool? canIpForward
getter/setter pair

Allows this instance to send and receive packets with non-matching destination or source IPs.

This is required if you plan to use this instance to forward routes. For more information, see Enabling IP Forwarding .

Implementation

core.bool? canIpForward;