enum net_node_type
Overview
All possible node types of /net/node configuration model More…
#include <tapi_cfg_net.h> enum net_node_type { NET_NODE_TYPE_INVALID = -1, NET_NODE_TYPE_AGENT = 0, NET_NODE_TYPE_NUT = 1, NET_NODE_TYPE_NUT_PEER = 2, };
Detailed Documentation
All possible node types of /net/node configuration model
Enum Values
NET_NODE_TYPE_INVALID
Node has invalid configuration
NET_NODE_TYPE_AGENT
Node is an Agent
NET_NODE_TYPE_NUT
Node is a NUT
NET_NODE_TYPE_NUT_PEER
Node is a NUT peer, i.e. something that might have IUT-components. This is a half-measure before proper typization of nodes is implemented.