|
@@ -194,7 +194,8 @@ int pkt4_send(CalloutHandle& handle)
|
|
|
OptionPtr option1(new Option(Option::V4, 122));
|
|
|
|
|
|
Option4AddrLstPtr opt_server(new Option4AddrLst(1));
|
|
|
- opt_server->setAddress(isc::asiolink::IOAddress("255.255.255.255"));//option122_map[mac]));
|
|
|
+ //opt_server->setAddress(isc::asiolink::IOAddress("255.255.255.255"));//option122_map[mac]));
|
|
|
+ opt_server->setAddress(isc::asiolink::IOAddress(option122_map[mac]));
|
|
|
|
|
|
OptionStringPtr opt_basic1(new OptionString(Option::V4, 6, "BASIC.1"));
|
|
|
|