a default. The substitution happens for all packets that did not match a
selector.
-- ``realm`` (default ``""``) - is the default realm.
-
- ``reselect-subnet-address`` (default ``false``) - enables subnet reselection
according to the value of the Framed-IP-Address or, respectively,
the Framed-IPv6-Address attribute from the RADIUS access response. With this
attempted first, and if successful, it prevents the function of
reselect-subnet-address from coming into effect.
- - realm (default "") is the default realm.
-
- retries (default 3) is the number of retries before trying the next
server. Not supported for asynchronous communication.
"bindaddr", "canonical-mac-address", "client-id-pop0",
"client-id-printable", "deadtime", "dictionary",
"extract-duid", "identifier-type4", "identifier-type6",
- "nas-ports", "realm",
+ "nas-ports",
"reselect-subnet-address", "reselect-subnet-pool",
"retries", "session-history", "thread-pool-size", "timeout",
"comment" // not saved for toElement
{ "extract-duid", Element::boolean, "true" },
{ "identifier-type4", Element::string, "client-id" },
{ "identifier-type6", Element::string, "duid" },
- { "realm", Element::string, "" },
{ "reselect-subnet-address", Element::boolean, "false" },
{ "reselect-subnet-pool", Element::boolean, "false" },
{ "retries", Element::integer, "3" },
const ConstElementPtr& id_type6 = config->get("identifier-type6");
riref.id_type6_ = Host::getIdentifierType(id_type6->stringValue());
- // realm. Ignored.
-
// reselect-subnet-address.
const ConstElementPtr& resel_addr =
config->get("reselect-subnet-address");