mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
38 lines
1.9 KiB
ReStructuredText
38 lines
1.9 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/dhcp/sub-opts.zeek
|
|
===================================
|
|
.. zeek:namespace:: DHCP
|
|
|
|
|
|
:Namespace: DHCP
|
|
:Imports: :doc:`base/protocols/dhcp </scripts/base/protocols/dhcp/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ===============================================================================
|
|
:zeek:type:`DHCP::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`DHCP::Info`
|
|
|
|
circuit_id: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
Added by DHCP relay agents which terminate switched or
|
|
permanent circuits.
|
|
|
|
agent_remote_id: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
A globally unique identifier added by relay agents to identify
|
|
the remote host end of the circuit.
|
|
|
|
subscriber_id: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
The subscriber ID is a value independent of the physical
|
|
network configuration so that a customer's DHCP configuration
|
|
can be given to them correctly no matter where they are
|
|
physically connected.
|
|
============================================ ===============================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|