summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_option.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4097a] Optimized the no configured options casesFrancis Dupont2015-11-231-0/+5
* [3705] Address review comments.Marcin Siodelski2015-03-171-19/+0
* [3705] Fix some typos found during the review.Shawn Routhier2015-03-101-1/+1
* [3705] RSOO handling added in CfgOptionTomek Mrugalski2015-03-031-0/+22
* [3589] Addressed review comments raised in the second review.Marcin Siodelski2014-10-151-0/+7
* [3589] Trailing underscores added to OptionDescriptor members.Tomek Mrugalski2014-10-151-8/+8
* [3589] Refactored merge/copy to mergeTo/copyTo in CfgOption.Marcin Siodelski2014-09-301-6/+6
* [3589] Option data configuration parsers store parsed data into cfgmgr.Marcin Siodelski2014-09-301-0/+27
* [3589] Moved subnet-specific option configuration to CfgOption class.Marcin Siodelski2014-09-301-43/+40
* [3589] Added function to copy the options configuration.Marcin Siodelski2014-09-301-1/+9
* [3589] Two option configurations can be now merged together.Marcin Siodelski2014-09-301-0/+46
* [3589] Added equals function to the CfgOption class.Marcin Siodelski2014-09-301-0/+12
* [3589] Created an object to hold the option configuration.Marcin Siodelski2014-09-301-0/+98