diff options
author | Francis Dupont <fdupont@isc.org> | 2016-06-15 18:30:27 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-06-15 18:30:27 +0200 |
commit | d87dadd8684acb545d0b458c754f5ef2b89577e5 (patch) | |
tree | fa5e2b30821f4a2053bf291993429ba24025f2a4 /src/lib/eval | |
parent | [4272a] Ported previous attempt (diff) | |
download | kea-d87dadd8684acb545d0b458c754f5ef2b89577e5.tar.xz kea-d87dadd8684acb545d0b458c754f5ef2b89577e5.zip |
[4272a] Updated dev guide
Diffstat (limited to 'src/lib/eval')
-rw-r--r-- | src/lib/eval/eval.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/eval/eval.dox b/src/lib/eval/eval.dox index ee4f8adbbb..668cdd0e93 100644 --- a/src/lib/eval/eval.dox +++ b/src/lib/eval/eval.dox @@ -143,6 +143,8 @@ instantiated with the appropriate value and put onto the expression vector. DHCPv4 relay, e.g. relay[123].text or relay[123].hex - isc::dhcp::TokenRelay6Option -- represents a sub-option inserted by a DHCPv6 relay + - isc::dhcp::TokenPkt -- represents a DHCP packet meta data (incoming + interface name, source/remote or destination/local IP address, length). - isc::dhcp::TokenPkt4 -- represents a DHCPv4 packet field. - isc::dhcp::TokenPkt6 -- represents a DHCPv6 packet field (message type or transaction id). |