module documentation

Fucntions for sending commands to KEA server

Function get_config Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration
Function get_v4_config Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration
Function get_v6_config Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration
Function save_config Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration
Function send_subnet_to_server Send a subnet to a KEA server :param server: a server object with a management IP address and a list of interfaces :param subnet: a subnet object :return: No idea yet. But it should definitely return something...
Constant KEA_PORT Undocumented
def get_config(server, ssl=True):

Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration

def get_v4_config(server, ssl=True):

Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration

def get_v6_config(server, ssl=True):

Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration

def save_config(server, ssl=True):

Get the configuration of a server :param server: a server object :return: a dictionary of the server configuration

def send_subnet_to_server(server, subnet, ssl=True):

Send a subnet to a KEA server :param server: a server object with a management IP address and a list of interfaces :param subnet: a subnet object :return: No idea yet. But it should definitely return something

KEA_PORT: int =

Undocumented

Value
8998