Class: IControl::Networking::ProfileWCCPGRE::WCCPGREForwarding

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

Overview

Forwarding options for packets leaving a WCCP-GRE tunnel

Constant Summary collapse

WCCP_GRE_FORWARD_UNKNOWN =
:WCCP_GRE_FORWARD_UNKNOWN
WCCP_GRE_FORWARD_NORMAL =

The transmitted packet’s nexthop is determined via a routing table lookup.

:WCCP_GRE_FORWARD_NORMAL
WCCP_GRE_FORWARD_LASTHOP =

A packet received over the tunnel is forwarded to the L2 address specified in its lasthop record (as received on the tunnel), if the original packet needs to be sent back towards its source.

:WCCP_GRE_FORWARD_LASTHOP