Interface NetworkInterface.UpdateStages.WithIPForwarding
-
- All Known Subinterfaces:
NetworkInterface.Update
- Enclosing interface:
- NetworkInterface.UpdateStages
public static interface NetworkInterface.UpdateStages.WithIPForwardingThe stage of the network interface update allowing to enable or disable IP forwarding.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkInterface.UpdatewithIPForwarding()Enable IP forwarding in the network interface.NetworkInterface.UpdatewithoutIPForwarding()Disable IP forwarding in the network interface.
-
-
-
Method Detail
-
withIPForwarding
NetworkInterface.Update withIPForwarding()
Enable IP forwarding in the network interface.- Returns:
- the next stage of the network interface update
-
withoutIPForwarding
NetworkInterface.Update withoutIPForwarding()
Disable IP forwarding in the network interface.- Returns:
- the next stage of the network interface update
-
-