+2098. [doc] razvan
+ Updated classify ARM examples with a case when both operands of
+ the evaluated expression are computed at runtime.
+ (Gitlab #2664)
+
2097. [func] tmark
- kea-dhcp4 and kea-dhcp6 will now accept but warn about
- and then ignore renew-timer values that exceed rebind-timer
- values. Prior to this the servers treated this as a fatal
+ kea-dhcp4 and kea-dhcp6 will now accept but ignore and
+ warn about renew-timer values that exceed rebind-timer
+ values. Prior to this the servers treated this as a fatal
configuration error.
(Gitlab #2677)
...
}
+It is also possible to have both left and right operands of the evaluated
+expression processed at runtime.
+
+::
+
+ "Dhcp4": {
+ "client-classes": [
+ {
+ "name": "Infrastructure",
+ "test": "option[82].option[2].hex == pkt4.mac",
+ ...
+ },
+ ...
+ ],
+ ...
+ }
+
.. _classification-using-host-reservations:
Using Static Host Reservations in Classification