summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3211] Renamed getDataAsVPFrancis Dupont2024-03-201-1/+1
* [#3211] More new getVector use casesFrancis Dupont2024-03-201-3/+1
* [#3211] Almost doneFrancis Dupont2024-03-201-3/+3
* [#3017] added testing framework for using dummy test interfacesRazvan Becheriu2023-10-171-1/+1
* [#2809] release changesKea-2.3.6Marcin Godzina2023-03-241-1/+1
* [#1518] extended unittests for v6Razvan Becheriu2023-03-101-48/+33
* [#1602] remove duplicate includesAndrei Pavel2020-12-301-1/+2
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-3/+2
* [#553] Checkpoint: convert to use interface indexesFrancis Dupont2020-07-071-1/+4
* [5404] checkpoint: adding 4o6 supportFrancis Dupont2017-12-231-0/+39
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-5/+5
* [4106_update] Addressed commentsFrancis Dupont2016-06-151-14/+3
* [4106_update] Disable openError on LinuxFrancis Dupont2016-06-091-9/+3
* [4106_update] Removed invalidPortError6 (was moved to dhcp6/tests)Francis Dupont2016-06-091-7/+0
* [4106_update] Ported and improved code from old trac4106 including unit testsFrancis Dupont2016-06-091-38/+33
* [4106_rebase] Updated copyright yearsFrancis Dupont2016-06-061-1/+1
* [4106] Fixed DHCP4o6 for compiling, Linux and OpenBSDFrancis Dupont2016-05-111-0/+586
* Revert "[master] Merge branch 'trac4106'"Marcin Siodelski2015-12-101-577/+0
* [4106] Fixed a typo.Marcin Siodelski2015-12-101-1/+1
* [4106] Implemented test for the DHCPv4 endpoint of DHCPv4o6 IPC.Marcin Siodelski2015-11-091-2/+2
* [4106] Test IPC class moved to a common library.Marcin Siodelski2015-11-091-86/+3
* [4106] Throw exception from IPC for out of range port.Marcin Siodelski2015-11-091-0/+13
* [4106] Represent DHCPv4o6 endpoint with enum.Marcin Siodelski2015-11-091-36/+37
* [4106] Allow for transmitting vendor option in the DHCPv4o6 message.Marcin Siodelski2015-11-091-23/+104
* [4106] Added a set of tests for sending message over IPC.Marcin Siodelski2015-11-091-29/+144
* [4106] Throw exception of the packet sent over IPC is invalid.Marcin Siodelski2015-11-041-0/+108
* [4106] Added new exception Dhcp4o6IpcError.Marcin Siodelski2015-11-041-1/+1
* [4106] Added additional tests for opening and closing IPC.Marcin Siodelski2015-11-041-4/+79
* [4106] Improvements and comments to the DHCPv4o6 IPC tests.Marcin Siodelski2015-11-011-25/+190
* [4106] Added unit test for the DHCP4o6 IPC.Marcin Siodelski2015-11-011-0/+102