Class: IControl::Networking::Trunk::DistributionHashOption
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Networking::Trunk::DistributionHashOption
- Defined in:
- lib/icontrol/networking/trunk.rb,
lib/icontrol/networking/trunk.rb
Overview
A list of frame distribution hashing options used to select which link to send the frame on, to maintain packet order.
Constant Summary collapse
- DISTRIBUTION_HASH_OPTION_DST_MAC =
Hash on the destination MAC address.
:DISTRIBUTION_HASH_OPTION_DST_MAC
- DISTRIBUTION_HASH_OPTION_SRC_DST_MAC =
Hash on the source and destination MAC addresses.
:DISTRIBUTION_HASH_OPTION_SRC_DST_MAC
- DISTRIBUTION_HASH_OPTION_SRC_DST_MAC_IP =
Hash on the source, destination MAC and IP addresses.
:DISTRIBUTION_HASH_OPTION_SRC_DST_MAC_IP