NAME

Net::ISC::DHCPd::Config::Key - Server key

DESCRIPTION

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.

An instance from this class, comes from / will produce the block below:

$name_attribute_value $value_attribute_value;

key "$name" {
    algorithm $algorithm;
    secret "$secret";
};

SYNOPSIS

See "SYNOPSIS" in Net::ISC::DHCPd::Config.

ATTRIBUTES

quoted

This flag tells if the group name should be quoted or not.

name

Name of the key - See "DESCRIPTION" for details.

algorithm

secret

regex

See "regex" in Net::ISC::DHCPd::Config::Role.

METHODS

slurp

This method is used by "parse" in Net::ISC::DHCPd::Config::Role, and will slurp the content of the function, instead of trying to parse the statements.

captured_to_args

See "captured_to_args" in Net::ISC::DHCPd::Config::Role.

generate

See "generate" in Net::ISC::DHCPd::Config::Role.

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.