" \"interface\": \"\",\n"
" \"match-client-id\": true,\n"
" \"name\": \"foo\",\n"
+" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"relay\": {\n"
" \"ip-addresses\": [ ]\n"
" \"interface\": \"\",\n"
" \"match-client-id\": true,\n"
" \"name\": \"foo\",\n"
+" \"next-server\": \"0.0.0.0\",\n"
" \"option-data\": [ ],\n"
" \"relay\": {\n"
" \"ip-addresses\": [ ]\n"
/// @brief Returns siaddr for this network.
///
/// @return siaddr value
- util::Optional<asiolink::IOAddress> getSiaddr() const;
+ const util::Optional<asiolink::IOAddress>& getSiaddr() const;
/// @brief Sets server hostname for the network.
///