Marcin Siodelski
|
fe9dd86d20
[4236] Replaced license text in all files containing it.
|
9 years ago |
Francis Dupont
|
ea6e9d166f
[master] remove '#include <config.h' from include files (#3782)
|
10 years ago |
Marcin Siodelski
|
53ee5f29c2
[3715] Use boost_foreach for iterating over the iface addresses.
|
10 years ago |
Marcin Siodelski
|
34280b1a45
[3715] Interfaces in the IfaceMgr stored as pointers.
|
10 years ago |
Marcin Siodelski
|
4c37bea6b8
[3730] Moved the openSockets invocation to the beginning of the method.
|
10 years ago |
Marcin Siodelski
|
d1968dcc2a
[3730] Method to open sockets closes sockets before configuring IfaceMgr.
|
10 years ago |
Marcin Siodelski
|
15d0f2edcd
[3695] Updated one comment as a result of the review.
|
10 years ago |
Marcin Siodelski
|
c809fbc454
[3695] Addressed review comments.
|
10 years ago |
Marcin Siodelski
|
ff8a8d4ce4
[3695] Use broadcast only with raw sockets, and unicast with udp.
|
10 years ago |
Marcin Siodelski
|
3d64ad3794
[3695] Allow for multiple IPv4 address selected for an interface.
|
10 years ago |
Marcin Siodelski
|
e7237625d2
[3604] Addressed remaining review comments.
|
10 years ago |
Marcin Siodelski
|
5cae53efb7
[3604] Replace the dhcp-socket-type value from "datagram" to "udp".
|
10 years ago |
Marcin Siodelski
|
76c2cd05ec
[3604] Use raw socket type as a default one.
|
10 years ago |
Marcin Siodelski
|
832d041938
[3604] Improved logging for socket type selection.
|
10 years ago |
Marcin Siodelski
|
263be04a7f
[3604] The CfgIface is returned by a pointer, not reference.
|
10 years ago |
Marcin Siodelski
|
543c155050
[3604] Allow for configuration of the socket type for DHCPv4.
|
10 years ago |
Marcin Siodelski
|
b50479bf52
[3539] Address review comments.
|
10 years ago |
Marcin Siodelski
|
9d1329b43d
[3539] Trivial fix in the error message thrown by the CfgIface.
|
10 years ago |
Marcin Siodelski
|
6fd04a3320
[3539] A few additions and fixes in unit tests for CfgIface class.
|
10 years ago |
Marcin Siodelski
|
46471f4d43
[3539] Interface Manager do selects addresses to bind sockets to.
|
10 years ago |
Marcin Siodelski
|
3fb6d907f6
[3539] Iface configuration allows for specifying IPv4 address to listen on.
|
10 years ago |
Marcin Siodelski
|
7e2fdf2cf0
[3534] Addressed review comments.
|
10 years ago |
Marcin Siodelski
|
9c8079972f
[3534] Implemented (in)equality operators for CfgIface.
|
10 years ago |
Marcin Siodelski
|
59cd21bb28
[3534] Basic implementation of staging and rolling back configurations.
|
10 years ago |
Marcin Siodelski
|
4bac08469a
[3512] Addressed review comments.
|
10 years ago |
Marcin Siodelski
|
578bf4d06a
[3512] Renamed IfaceCfg to CfgIface as suggested in the review.
|
10 years ago |