|
@@ -1,4 +1,4 @@
|
|
|
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
|
|
|
//
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
@@ -348,7 +348,7 @@ For example, the "renew-timer" value may be specified at a global scope and it t
|
|
|
applies to all subnets. However, some subnets may have it overwritten with subnet
|
|
|
specific values that takes precedence over global values that are considered
|
|
|
defaults. The parameters inheritance is implemented by means of the "global
|
|
|
-context". The global context is represented by the @ref isc::dhcp::ParserContext
|
|
|
+context". The global context is represented by the isc::dhcp::ParserContext
|
|
|
class and it holds pointers to storages of different kind, e.g. text parameters,
|
|
|
numeric parameters etc. When the server is parsing the top level configuration
|
|
|
parameters it passes pointers to the storages of the appropriate kind, to the
|