1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Done some changes on the build system.

This commit is contained in:
Matias Fontanini
2013-01-31 16:48:32 -03:00
parent c6dc18d215
commit a24e0d5a4b
15 changed files with 138 additions and 14 deletions

View File

@@ -504,6 +504,14 @@ public:
* \return The stored link address field.
*/
const ipaddress_type &link_address() const { return link_addr; }
/**
* \brief Getter for the DHCPv6 options.
*
* \return The stored options.
*/
const options_type &options() const { return options_; }
;
// Setters
/**