From cb817e46e88303eb0148eee90d955d6817d398bf Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 16 Mar 2016 14:35:02 +0100 Subject: [PATCH] [master] Finishing merge of trac4313 (relay4[xxx].exists) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 18f3fb4eac..15bd4b8ed2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1089. [func] fdupont + Added relay4[X].exists method in classifications that checks + whether a sub-option is present in theDHCPv4 RAI (Relay Agent + Information, 82) option. + (Trac #4313, git xxx) + 1088. [bug] fdupont Protected DHCP server main() routines against errors raised from logger calls in the error handler (aka double errors).