Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Tunnel Status Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
OPEN_L2OL3_REASON_t | reasonFlags |
Reason for which tunnel is not applied to hardware. More... | |
OPEN_LINK_STATE_t | status |
A value of OPEN_LINK_UP indicates tunnel is UP and applied to hardware. More... | |
Tunnel Status Information.
Definition at line 127 of file openapi_l2ol3tunnel.h.
OPEN_L2OL3_REASON_t open_l2ol3TunnelStatus_t::reasonFlags |
Reason for which tunnel is not applied to hardware.
Definition at line 132 of file openapi_l2ol3tunnel.h.
OPEN_LINK_STATE_t open_l2ol3TunnelStatus_t::status |
A value of OPEN_LINK_UP indicates tunnel is UP and applied to hardware.
A value of OPEN_LINK_DOWN indicates tunnel is down and is not applied to hardware.
Definition at line 129 of file openapi_l2ol3tunnel.h.