|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Tunnel Status Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
| OPEN_L2OL3_REASON_t | reasonFlags |
| Reason for which tunnel is not applied to hardware. | |
| OPEN_LINK_STATE_t | status |
| A value of OPEN_LINK_UP indicates tunnel is UP and applied to hardware. | |
Tunnel Status Information.
Definition at line 126 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 131 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 128 of file openapi_l2ol3tunnel.h.