NetworkInterface.UpdateStages.WithIPForwarding Interface

public static interface NetworkInterface.UpdateStages.WithIPForwarding

The stage of the network interface update allowing to enable or disable IP forwarding.

Method Summary

Modifier and Type Method and Description
abstract Update withIPForwarding()

Enable IP forwarding in the network interface.

abstract Update withoutIPForwarding()

Disable IP forwarding in the network interface.

Method Details

withIPForwarding

public abstract NetworkInterface.Update withIPForwarding()

Enable IP forwarding in the network interface.

Returns:

the next stage of the network interface update

withoutIPForwarding

public abstract NetworkInterface.Update withoutIPForwarding()

Disable IP forwarding in the network interface.

Returns:

the next stage of the network interface update

Applies to