Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#2719] Renamed parameter and added it to classes | Thomas Markwalder | 2023-03-23 | 28 | -921/+1094 |
* | [#2719] kea-dhcp4 offer-lft is now functional | Thomas Markwalder | 2023-03-23 | 5 | -24/+171 |
* | [#2719] Adds offer_lft to globali and network scopes | Thomas Markwalder | 2023-03-23 | 27 | -4125/+4555 |
* | [#1671] addressed review comments | Razvan Becheriu | 2023-03-21 | 4 | -84/+102 |
* | [#1671] the -t parameter now loads and checks hook libraries config | Razvan Becheriu | 2023-03-17 | 24 | -171/+668 |
* | [#2722] addressed comments | Razvan Becheriu | 2023-03-17 | 3 | -1/+17 |
* | [#2722] config set follows the same path as config test and can rollback | Razvan Becheriu | 2023-03-16 | 16 | -182/+251 |
* | [#2722] always perform config check before config set | Razvan Becheriu | 2023-03-16 | 2 | -6/+32 |
* | [#2766] Addressed comment | Francis Dupont | 2023-03-15 | 1 | -6/+1 |
* | [#2766] Fixed advertise with zero lifetimes | Francis Dupont | 2023-03-15 | 4 | -8/+214 |
* | [#719] Addressed comments | Francis Dupont | 2023-03-15 | 3 | -9/+9 |
* | [#719] Regen lex and parser | Francis Dupont | 2023-03-15 | 5 | -2702/+2722 |
* | [#719] Fixed rebasing bug | Francis Dupont | 2023-03-15 | 1 | -0/+2 |
* | [#719] Updated doc & co | Francis Dupont | 2023-03-15 | 1 | -4/+4 |
* | [#719] Added new update script in .gitignore | Francis Dupont | 2023-03-15 | 2 | -0/+2 |
* | [#719] Added new schema updates | Francis Dupont | 2023-03-15 | 2 | -0/+125 |
* | [#719] [#719] Updated libyang | Francis Dupont | 2023-03-15 | 10 | -8/+30 |
* | [#719] Regen lex and parser | Francis Dupont | 2023-03-15 | 8 | -6504/+6544 |
* | [#719] Reapplied patch | Francis Dupont | 2023-03-15 | 68 | -1114/+2262 |
* | [#2764] Addressed review comments | Marcin Siodelski | 2023-03-14 | 10 | -151/+463 |
* | [#2764] Added registering callbacks in allocators | Marcin Siodelski | 2023-03-14 | 11 | -7/+191 |
* | [#2764] LeaseMgr callbacks per lease type | Marcin Siodelski | 2023-03-14 | 5 | -101/+229 |
* | [#2764] Typos fix | Marcin Siodelski | 2023-03-14 | 1 | -2/+2 |
* | [#2764] Preserve lease mgr callbacks on recreate | Marcin Siodelski | 2023-03-14 | 12 | -35/+169 |
* | [#2764] Fixed placeholders conflict | Marcin Siodelski | 2023-03-14 | 1 | -27/+27 |
* | [#2764] Added lease tracking to the backends | Marcin Siodelski | 2023-03-14 | 14 | -82/+963 |
* | [#2764] Moved test functions to generic lease test | Marcin Siodelski | 2023-03-14 | 3 | -64/+77 |
* | [#2764] Tracking lease manager | Marcin Siodelski | 2023-03-14 | 11 | -536/+1635 |
* | [#2764] Hashing operator for IOAddress | Marcin Siodelski | 2023-03-14 | 3 | -3/+48 |
* | [#720] Implemented #2790 fix | Francis Dupont | 2023-03-13 | 7 | -155/+535 |
* | [#720] Moved to compatibility flag | Francis Dupont | 2023-03-13 | 4 | -3/+475 |
* | [#720] Regen lex and parser | Francis Dupont | 2023-03-13 | 5 | -2664/+2726 |
* | [#720] Updated syntax | Francis Dupont | 2023-03-13 | 2 | -0/+17 |
* | [#2765] Avoid confusion between options 60 and 124 | Francis Dupont | 2023-03-13 | 1 | -2/+2 |
* | [#2765] addressed review comments | Razvan Becheriu | 2023-03-11 | 4 | -73/+77 |
* | [#2765] Cleanup last reviewer changes | Francis Dupont | 2023-03-11 | 3 | -322/+325 |
* | [#2765] updated v6 unittests | Razvan Becheriu | 2023-03-10 | 2 | -76/+545 |
* | Merge remote-tracking branch 'origin/1518-unable-to-add-multiple-sub-options-... | Razvan Becheriu | 2023-03-10 | 9 | -292/+642 |
|\ | |||||
| * | [#1518] extended unittests for v6 | Razvan Becheriu | 2023-03-10 | 9 | -293/+647 |
* | | [#2765] clone the vendor option and add extra unittests | Razvan Becheriu | 2023-03-10 | 2 | -5/+449 |
* | | [#2765] Fixed v4 and v6 | Francis Dupont | 2023-03-10 | 4 | -4/+40 |
|/ | |||||
* | [#1922] Removing not used dhcp6 STATUS codes | Piotrek Zadroga | 2023-03-06 | 1 | -10/+1 |
* | [#1922] adding refs to RFCs for DHCPv6 Options | Piotrek Zadroga | 2023-03-06 | 1 | -25/+25 |
* | [#1922] adding references to RFCs for DHCP Options | Piotrek Zadroga | 2023-03-06 | 1 | -81/+81 |
* | [#467] Commented vendor id sets | Francis Dupont | 2023-03-06 | 1 | -1/+5 |
* | [#467] Addressed comments | Francis Dupont | 2023-03-06 | 4 | -28/+33 |
* | [#467] Typo | Francis Dupont | 2023-03-06 | 1 | -1/+1 |
* | [#467] Added unit tests | Francis Dupont | 2023-03-06 | 2 | -0/+74 |
* | [#467] Updated appendRequestedOptions | Francis Dupont | 2023-03-06 | 1 | -4/+33 |
* | [#467] Updated dhcpsrv code and tests | Francis Dupont | 2023-03-06 | 6 | -9/+198 |