SERVER_T¶
Designates an expression that refers to the server. This is the starting point for access into paramters such as Ether and SSL.
This topic lists the expressions that are provided by this class.
ETHER
Operates on the ethernet protocol data associated with the current packet.
Returns: ether_res_protocol_t
INTERFACE
Designates an expression that refers to the ID of the network interface through which the current packet entered the Application Switch.
Returns: interface_res_t
IP
Operates on the IP protocol data associated with the current packet.
Returns: ip_res_protocol_t
IPV6
Operates on the IPv6 protocol data associated with the current packet.
Returns: ipv6_res_protocol_t
TCP
Operates on the TCP protocol data associated with the current packet.
Returns: tcp_res_protocol_t
VLAN
Operates on the VLAN through which the current packet entered the Application Switch.
Returns: vlan_res_t
VXLAN
Operates on the VXLAN through which the current packet entered the Application Switch.
Returns: vxlan_res_t