| getnd6Result Structure Definition |
The getnd6Result structure defines the return type for getnd6 API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nd6List |
List of nd6s |
| nd6 Structure Definition |
The nd6 structure defines the actual return type values for getnd6 API. |
Syntax |
Members |
neighbor |
Link-local IPv6 address of the adjacent network device to add to the ND6 table. |
mac |
MAC address of the adjacent network device. |
state |
ND6 state |
timeout |
Time elapsed |
ifnum |
Interface through which the adjacent network device is available, specified in slot/port notation (for example, 1/3). Use spaces to separate multiple entries. |
vlan |
Integer value that uniquely identifies the VLAN on which the adjacent network device exists. |
vxlan |
ID of the VXLAN on which the IPv6 address of this ND6 entry is reachable. |
vtep |
IP address of the VXLAN tunnel endpoint (VTEP) through which the IPv6 address of this ND6 entry is reachable. |
flags |
flag for static/permanent entry. |
controlplane |
This nd6 entry is populated by a control plane protocol |
channel |
The tunnel that is bound to a netbridge. |
_nextgenapiresource |
See Also |