2.2.1.2.216 OSPF_NBMA_NEIGHBOR_PARAM
The OSPF_NBMA_NEIGHBOR_PARAM structure MAY<152> be used to contain the OSPF NBMA neighbor parameters and is used in the following methods:
RRouterInterfaceTransportSetInfo (section 3.1.4.20)
typedef struct _OSPF_NBMA_NEIGHBOR_PARAM { DWORD type; DWORD create; DWORD enable; DWORD neighborIpAddr; DWORD intfIpAddr; DWORD neighborPriority; } OSPF_NBMA_NEIGHBOR_PARAM, *POSPF_NBMA_NEIGHBOR_PARAM;
type: This MUST be set to OSPF_NEIGHBOR_PARAM_TYPE.
create: Set to 1 if the configuration needs to be created or set to 2 if it needs to be deleted.
enable: Set to 1 if the configuration needs to be created or set to 2 if it needs to be deleted.
neighborIpAddr: The neighbor IP address.
intfIpAddr: The interface IP address.
neighborPriority: The priority of the neighbor.