summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#2548] addressed review commentsRazvan Becheriu2022-10-252-6/+6
* [#2548] set valid_lft_ and preferred_lft_ to 0 instead of setting cltt_Razvan Becheriu2022-10-253-5/+7
* [#2548] expire lease on release if affinity is enabledRazvan Becheriu2022-10-2511-605/+1170
* [#248] regenerated parsersRazvan Becheriu2022-10-243-3122/+3181
* [#248] template classes can add regular classesRazvan Becheriu2022-10-246-19/+22
* [#248] using same add/get class interfaceRazvan Becheriu2022-10-241-5/+5
* [#248] added template classesRazvan Becheriu2022-10-2411-54/+162
* [#2595] Checkpoint: v6 tests and docFrancis Dupont2022-10-181-275/+76
* [2595] regen flex/bisonFrancis Dupont2022-10-184-4073/+4148
* [#2595] Checkpoint: updated parsersFrancis Dupont2022-10-182-1/+31
* [#2585] Addressed naming commentFrancis Dupont2022-10-181-1/+1
* [#2585] Checkpoint: tests to addFrancis Dupont2022-10-181-0/+3
* [#2587] Updated DORA store extended info testsFrancis Dupont2022-10-151-2/+3
* [#2543] Add unit test relayIgnoreLinkSelectDan Theisen2022-10-111-0/+134
* [#2543] Fix typo in parser Link Selection prefsDan Theisen2022-10-112-2/+2
* [#2543] Regenerate parsersDan Theisen2022-10-113-2676/+2735
* [#2543] Add new config token to lexer and parserDan Theisen2022-10-112-0/+11
* [#2543] Add RAI Link Selection preferencesDan Theisen2022-10-112-0/+11
* [#2577] release changesMarcin Godzina2022-09-261-1/+1
* [#1955] don't revert logging on initial config failAndrei Pavel2022-09-062-9/+18
* [#2441] added HA+MT and HA+MT+TLS examplesRazvan Becheriu2022-08-271-1/+2
* [#2537] add space in error messageAndrei Pavel2022-08-261-1/+1
* [#2071] remove unused using namespace statement to allow compilation without ...Andrei Pavel2022-08-111-1/+0
* [#2071] addressed commentsRazvan Becheriu2022-08-101-28/+17
* [#2071] fixed distcheckRazvan Becheriu2022-08-101-6/+82
* [#2071] fixed use of valgrindRazvan Becheriu2022-08-101-2/+1
* [#2071] propagate all flags from configure to distcheckRazvan Becheriu2022-08-101-1/+1
* [#2505] release changesAndrei Pavel2022-07-255-6/+6
* [#2474] regenerate parsersAndrei Pavel2022-07-221-1/+1
* [#2474] fixed unittests for different compilation flagsRazvan Becheriu2022-07-221-23/+38
* [#2474] fixed commentsRazvan Becheriu2022-07-221-3/+5
* [#2474] added unittests which load and validate example filesRazvan Becheriu2022-07-226-33/+154
* [#2434] add tests for socket status in status-getAndrei Pavel2022-07-221-1/+88
* [#2434] add socket status in response to status-getAndrei Pavel2022-07-221-0/+24
* [#2419] Make suggested changes from Code ReviewDan Theisen2022-07-083-4/+5
* [#2419] Begin adding stats to track HR assignment conflictsDan Theisen2022-07-081-1/+1
* [#2419] Modify existing unit tests that cause reservation conflicts to ensure...Dan Theisen2022-07-083-4/+37
* [#2419] Fix statistics (add v4-reservation-conflicts) unit tests for dhcp4Dan Theisen2022-07-082-2/+3
* [#2419] Begin adding stats to track HR assignment conflictsDan Theisen2022-07-082-1/+12
* [#2448] add NEXT_STEP_DROP test cases to dhcpX_srv_configured unit testAndrei Pavel2022-07-072-55/+99
* [#2448] make NEXT_STEP_DROP in dhcpX_srv_configured lead to DHCPX_CONFIG_LOAD...Andrei Pavel2022-07-072-5/+15
* [#2473] add continuation for ScopedCalloutHandleStateRazvan Becheriu2022-07-051-3/+25
* [#2447] fixed documentationRazvan Becheriu2022-06-301-2/+2
* [#2423] release changesAndrei Pavel2022-05-233-3/+3
* [#2423] release changes: spelling correctionsAndrei Pavel2022-05-231-5/+5
* [#2354] Update response FQDN flags when skipping DDNSThomas Markwalder2022-05-191-0/+3
* [#2227] restore initial packet optionsRazvan Becheriu2022-05-191-2/+3
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-1/+1
* [#2227] fixed unittestsRazvan Becheriu2022-05-193-57/+68
* [#2227] add support for unpacking multiple options with the same code RFC3396Razvan Becheriu2022-05-193-69/+92