summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_iface.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
* [#1308] No _1 ambiguitiesFrancis Dupont2020-08-131-2/+2
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-2/+3
* [#553] Checkpoint: added IfaceCollectionFrancis Dupont2020-07-071-8/+5
* [#260,!20] Packet queueing is now optionalThomas Markwalder2018-11-201-6/+1
* [#42] Implemented PacketQueueMgr classThomas Markwalder2018-11-051-1/+1
* [#42,!103] Initial receiver thread and packet queuingThomas Markwalder2018-10-291-4/+9
* [5390] Simplified the logic (addressed comment)Francis Dupont2018-02-071-28/+12
* [5390] Made loopback usable for limited DHCP serviceFrancis Dupont2018-01-181-4/+44
* [5351] Checkpoint: todo servers, doc, host including DBFrancis Dupont2017-12-011-0/+3
* [5377] DHCPv4 server now respects the outbound-interface setting.Marcin Siodelski2017-10-061-1/+1
* [5377] Several little fixes as a result of the review.Marcin Siodelski2017-10-051-4/+7
* [5377] outbound-interface fixed, unit-tests added.Tomek Mrugalski2017-10-051-1/+10
* [5377] Support for outbound-interface added.Tomek Mrugalski2017-10-041-1/+31
* [3389a] Commit before regenFrancis Dupont2017-03-161-1/+4
* [fdunparse2] Rebased, still reservations to doFrancis Dupont2017-03-071-1/+31
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+1
* [3715] Use boost_foreach for iterating over the iface addresses.Marcin Siodelski2015-03-131-5/+3
* [3715] Interfaces in the IfaceMgr stored as pointers.Marcin Siodelski2015-03-131-15/+12
* [3730] Moved the openSockets invocation to the beginning of the method.Marcin Siodelski2015-02-271-3/+3
* [3730] Method to open sockets closes sockets before configuring IfaceMgr.Marcin Siodelski2015-02-261-3/+3
* [3695] Updated one comment as a result of the review.Marcin Siodelski2015-02-161-1/+2
* [3695] Addressed review comments.Marcin Siodelski2015-02-161-1/+1
* [3695] Use broadcast only with raw sockets, and unicast with udp.Marcin Siodelski2015-02-131-4/+24
* [3695] Allow for multiple IPv4 address selected for an interface.Marcin Siodelski2015-02-131-48/+57
* [3604] Addressed remaining review comments.Marcin Siodelski2015-02-131-12/+15
* [3604] Replace the dhcp-socket-type value from "datagram" to "udp".Marcin Siodelski2015-02-131-4/+4
* [3604] Use raw socket type as a default one.Marcin Siodelski2015-02-101-2/+2
* [3604] Improved logging for socket type selection.Marcin Siodelski2015-02-101-2/+2
* [3604] The CfgIface is returned by a pointer, not reference.Marcin Siodelski2015-02-101-7/+21
* [3604] Allow for configuration of the socket type for DHCPv4.Marcin Siodelski2015-02-091-4/+51
* [3539] Address review comments.Marcin Siodelski2014-12-221-3/+3
* [3539] Trivial fix in the error message thrown by the CfgIface.Marcin Siodelski2014-12-181-2/+2
* [3539] A few additions and fixes in unit tests for CfgIface class.Marcin Siodelski2014-12-171-0/+1
* [3539] Interface Manager do selects addresses to bind sockets to.Marcin Siodelski2014-12-171-1/+11
* [3539] Iface configuration allows for specifying IPv4 address to listen on.Marcin Siodelski2014-12-171-44/+75
* [3534] Addressed review comments.Marcin Siodelski2014-09-121-8/+8
* [3534] Implemented (in)equality operators for CfgIface.Marcin Siodelski2014-09-011-0/+7
* [3534] Basic implementation of staging and rolling back configurations.Marcin Siodelski2014-08-291-13/+14
* [3512] Addressed review comments.Marcin Siodelski2014-08-261-0/+7
* [3512] Renamed IfaceCfg to CfgIface as suggested in the review.Marcin Siodelski2014-08-261-0/+263