NAME

WebService::OPNsense::Kea::CtrlAgent - Kea control agent controller

VERSION

version 0.001

SYNOPSIS

my $ctrl_agent = $opn->kea_ctrl_agent;

my $config = $ctrl_agent->get;

$ctrl_agent->set({ ... });

DESCRIPTION

Kea control agent configuration.

NAME

WebService::OPNsense::Kea::CtrlAgent - Kea control agent controller

METHODS

get

my $config = $ctrl_agent->get;

Returns the full Kea control agent configuration.

set_settings

my $result = $ctrl_agent->set_settings($config_data);

Updates the Kea control agent configuration.

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Dean Hamstead.

This is free software, licensed under:

The MIT (X11) License