From: Francis Dupont Date: Tue, 31 Jan 2017 11:52:16 +0000 (+0100) Subject: [master] RFC 3257 -> 3527 (reported by S. M. Hossein Hamidi) X-Git-Tag: trac5106_base X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=776a5dc975e9336e7f030a371d7e245ee7e3572f;p=thirdparty%2Fkea.git [master] RFC 3257 -> 3527 (reported by S. M. Hossein Hamidi) --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index e1d838d9f5..416d6f1011 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -470,7 +470,7 @@ Dhcpv4Srv::selectSubnet(const Pkt4Ptr& query) const { // that desires to specify a subnet/link for a DHCP client request // that it is relaying but needs the subnet/link specification to // be different from the IP address the DHCP server should use - // when communicating with the relay agent." (RFC 3257) + // when communicating with the relay agent." (RFC 3527) // // Try first Relay Agent Link Selection sub-option OptionPtr rai = query->getOption(DHO_DHCP_AGENT_OPTIONS);