2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[5122] Added a comment explaining (where) client-class code was moved

This commit is contained in:
Francis Dupont
2017-01-27 18:16:52 +01:00
parent 1d3b577aab
commit 8acb679084
2 changed files with 4 additions and 0 deletions

View File

@@ -259,6 +259,8 @@ protected:
subnet4->get4o6().setInterfaceId(opt);
subnet4->get4o6().enabled(true);
}
// client-class processing is now generic so in DhcpConfigParser
}
};