enum netconf_cmd

Overview

Command to modifying functions More…

#include <netconf.h>

enum netconf_cmd {
    NETCONF_CMD_ADD,
    NETCONF_CMD_DEL,
    NETCONF_CMD_CHANGE,
    NETCONF_CMD_REPLACE,
};

Detailed Documentation

Command to modifying functions

Enum Values

NETCONF_CMD_ADD

Add some entry

NETCONF_CMD_DEL

Delete some entry

NETCONF_CMD_CHANGE

Change an existing entry in one step

NETCONF_CMD_REPLACE

Change an existing entry or add new if it is not exist