Class: IControl::Networking::VLANGroup::VLANGroupTransparency

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/networking/vlan_group.rb,
lib/icontrol/networking/vlan_group.rb

Overview

A list of possible transparency values for VLAN groups.

Constant Summary collapse

VLANGROUP_TRANSPARENT =

Transparent level, bridging with no modifications.

:VLANGROUP_TRANSPARENT
VLANGROUP_OPAQUE =

Opaque level, bridging using proxy-arp.

:VLANGROUP_OPAQUE
VLANGROUP_TRANSLUCENT =

Translucent level, toggling locally-modified bit of source MAC.

:VLANGROUP_TRANSLUCENT