summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_addrlst.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-8/+6
* [#2423] release changesAndrei Pavel2022-05-231-1/+1
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-6/+5
* [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-3/+3
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-9/+6
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-1/+3
* [1283] Use IOAddress << operator in remaining places in DHCP code.Marcin Siodelski2014-01-161-3/+3
* [2549] Check address type in some option pack() methods.Marcin Siodelski2012-12-141-2/+7
* [2549] Simplified functions writing an address to a buffer.Marcin Siodelski2012-12-131-1/+1
* [2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.Marcin Siodelski2012-12-131-1/+1
* [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes()Stephen Morris2012-11-191-1/+1
* [2475] Put #include directives in correct orderStephen Morris2012-11-161-8/+9
* [1540] Last set of review changes.Tomek Mrugalski2012-02-171-6/+4
* [1540] Doxygen warnings removed.Tomek Mrugalski2012-02-031-6/+9
* [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP.Tomek Mrugalski2012-02-031-44/+16
* [trac1446]Merge branch 'master' into trac1446Jeremy C. Reed2011-12-141-1/+5
|\
| * [1350] Changes after review:Tomek Mrugalski2011-11-291-1/+1
| * [1350] Added DHCPv4 option for storing single or list of IPv4 addresses.Tomek Mrugalski2011-11-031-0/+4
* | [trac1446] renamed libdhcp.cc to libdhcp++.cc and libdhcp.h to libdhcp++.hJeremy C. Reed2011-12-021-1/+1
|/
* [1186] Changes after second reviewTomek Mrugalski2011-10-141-12/+16
* [1186] Part 5 of the review changesTomek Mrugalski2011-10-141-12/+10
* [1186] Part 3 of review changesTomek Mrugalski2011-10-141-3/+3
* Part 1 of 1186 review changesTomek Mrugalski2011-10-141-4/+4
* [1186] Option6_AddrLst implemented (useful for storing v6 addresses)Tomek Mrugalski2011-10-141-0/+132