ip_ttl

Description

Synonym for IP::ttl. Returns the TTL of the latest IP packet received.

Syntax

ip_ttl

ip_ttl

  • Returns the TTL of the latest IP packet received.

Examples

when CLIENT_ACCEPTED {
  log local0. "Client ttl: [ip_ttl]"
}