neighbor_ident: add comment about Neighbor Address Resolution Service

The Neighbor Address Resolution Service is using the control interface
API as well. Lets add a comment to indicate that this service is not
related to the normal control interface.

Change-Id: Iec86f72548bfc54a2c86dadec69dd1c64813d852
This commit is contained in:
Philipp Maier 2021-10-27 11:09:22 +02:00
parent 298f6bff86
commit fdcd49b081
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ int neighbor_ctrl_cmds_install(struct gsm_network *net)
struct ctrl_handle *neighbor_controlif_setup(struct gsm_network *net)
{
/* See also osmobsc-usermanual.pdf, section 14.1 Neighbor Address Resolution Service */
return ctrl_interface_setup_dynip2(net, net->neigh_ctrl.addr, net->neigh_ctrl.port,
NULL, _LAST_CTRL_NODE_NEIGHBOR);
}