summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_iaprefix.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-3/+2
* [#2423] release changesAndrei Pavel2022-05-231-1/+1
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-1/+1
* [master] typos, dates, *.mes files updates before releaseWlodek Wencel2017-09-271-1/+1
* spelling: divisionJosh Soref2017-07-231-1/+1
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-2/+3
* [4497] Documented Option::clone() in all option classes.Marcin Siodelski2016-07-081-1/+1
* [4497] Implemented deep copy of DHCP options.Marcin Siodelski2016-07-081-0/+5
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-081-4/+4
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3899] ReindentedFrancis Dupont2015-06-231-3/+3
* [3899] Promoted to unsigned for outputFrancis Dupont2015-06-141-2/+3
* [3807] Fixed toText functions in the DHCPv6 options.Marcin Siodelski2015-05-181-15/+9
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-1/+3
* [3246] Addressed review comments.Marcin Siodelski2014-05-221-1/+11
* [3246] Set non-significant bits of parsed prefix option to 0.Marcin Siodelski2014-05-201-2/+19
* [3232] Implemented support for Rebind.Marcin Siodelski2014-02-241-2/+2
* Merge branch 'trac2749'Mukund Sivaraman2014-01-281-2/+2
|\
| * [2749] Update rest of tree to use the modified io_utilities.h APIMukund Sivaraman2014-01-101-2/+2
* | [1283] Use IOAddress << operator in remaining places in DHCP code.Marcin Siodelski2014-01-161-1/+1
* | [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-1/+1
|/
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-1/+3
* [3145] Several clean-ups in IAPREFIX option, prefix-len checkedTomek Mrugalski2013-09-101-4/+8
* [3145] Option6 IAPREFIX + unit-tests implementedTomek Mrugalski2013-09-021-0/+120