]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2898] Compilation fix after recent changes.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 8 May 2013 09:30:50 +0000 (11:30 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 8 May 2013 09:30:50 +0000 (11:30 +0200)
src/bin/dhcp6/dhcp6_srv.cc

index 0252c5199f8cc8326935284af9ffe91503c62948..86f4d8f48a3960cf08c82d828733f532ffe085e3 100644 (file)
@@ -543,7 +543,7 @@ Dhcpv6Srv::selectSubnet(const Pkt6Ptr& question) {
 
         // This is a relayed message
         OptionPtr interface_id = question->getAnyRelayOption(D6O_INTERFACE_ID,
-                                                             Pkt6::RELAY_SEARCH_FIRST);
+                                                             Pkt6::RELAY_GET_FIRST);
         if (interface_id) {
             subnet = CfgMgr::instance().getSubnet6(interface_id);
         }