summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/pkt6.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3210] refactor io utilitiesAndrei Pavel2024-03-211-1/+1
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-17/+14
* [#3119] replace const auto with auto constRazvan Becheriu2024-01-221-6/+6
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-221-3/+3
* [#3174] release changesKea-2.5.4Andrei Pavel2023-11-281-1/+1
* [#3109] consistent pkt info logging in v4 and v6Razvan Becheriu2023-11-271-20/+25
* [#2694] DoneFrancis Dupont2022-12-261-28/+0
* [#2662] Added BLQ message types to getNameFrancis Dupont2022-12-141-0/+8
* [#2517] Checkpoint: addressed comments in code, doing new unit testsFrancis Dupont2022-08-031-18/+24
* [#2517] Revamped option sendingFrancis Dupont2022-08-031-20/+143
* [#2181] revert type change for pkt options_ memberRazvan Becheriu2022-03-051-8/+8
* [#2181] pkt now uses OptionCollectionPtr instead of OptionCollectionRazvan Becheriu2022-03-051-29/+22
* [#2290] release changesAndrei Pavel2022-01-251-1/+1
* [#2201] truncate remote-id to 20 bytes when used to extract the Pkt6 MACRazvan Becheriu2022-01-101-1/+7
* [288,!158] Changed references from RFC3315 to RFC8415 in the src code.Marcin Siodelski2018-12-061-1/+1
* [master] Finishing merge of trac5449 (Fixes from analyzers)Francis Dupont2018-06-071-1/+4
|\
| * [5449] Extra fixesFrancis Dupont2018-05-311-1/+4
* | [5404] Implemented DHCPv6 port relayFrancis Dupont2017-12-201-0/+6
|/
* spelling: writingJosh Soref2017-07-231-1/+1
* spelling: unknownJosh Soref2017-07-231-1/+1
* spelling: offsetJosh Soref2017-07-231-1/+1
* spelling: messagesJosh Soref2017-07-231-1/+1
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* [master] Merge branch github47 (typos)Tomek Mrugalski2017-02-101-1/+1
|\
| * Corrected typosAndrei Pavel2016-12-141-1/+1
* | [5131] Relay information is now printed in Pkt6::toText()Tomek Mrugalski2017-02-021-3/+31
|/
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-2/+3
* [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-081-2/+2
* [4497] Implemented copying options on retrieval from packet.Marcin Siodelski2016-07-081-29/+110
* [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-191-16/+3
* [trac4265] Update copyrights and use HOP_COUNT_LIMIT instead of hardcoded valueShawn Routhier2016-04-061-2/+2
* [trac4265] Add test code, tidy up main codeShawn Routhier2016-04-041-1/+21
* [trac4265] First round of allowing access to v6 relay options via the classif...Shawn Routhier2016-03-311-7/+5
* [master] Merge branch 'trac4236'Marcin Siodelski2015-12-161-11/+3
|\
| * [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* | [4247] Pkt6 MAC extraction now sets HWAddr::source_ to the appropriate valueThomas Markwalder2015-12-151-99/+99
|/
* [4206b] Fixed two typos in the Pkt4 and Pkt6 methods.Marcin Siodelski2015-12-111-1/+1
* [4206b] Pkt{4,6}::getLabel() methods are now exception safe.Tomek Mrugalski2015-12-111-1/+12
* [master] Compilation fixes after 4121 merge.Tomek Mrugalski2015-12-011-1/+1
* [master] Revert only the trac4121 mergeFrancis Dupont2015-11-231-1/+1
* [4121] Cloned LibDHCP::packOptions and improved the v4 versionFrancis Dupont2015-11-131-1/+1
* [4107] Ported changes from fd4o6 (so not finished)Francis Dupont2015-10-311-0/+10
* [3977] Added variants of PktX::makeLabel excluding transaction id.Marcin Siodelski2015-10-211-5/+14
* [master] Finished merge of trac3618 (truncated packet/option/vendor-option)Francis Dupont2015-06-191-1/+1
|\
| * [3618] missing space in messageFrancis Dupont2015-05-191-1/+1
* | [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-1/+1
|\ \
| * | [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-1/+1
* | | [master] Merge branch 'trac3807'Marcin Siodelski2015-06-101-0/+64
|\ \ \
| * | | [3807] Pkt6::getType now returns all message types, including client side.Marcin Siodelski2015-05-181-0/+28