mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Fixed misleading comment.
This commit is contained in:
parent
7f3d198df1
commit
2a900b1b15
@ -70,7 +70,7 @@ void if_feed_baby(struct proto *);
|
||||
typedef struct neighbor {
|
||||
node n; /* Node in global neighbor list */
|
||||
ip_addr addr; /* Address of the neighbor */
|
||||
struct iface *iface; /* Interface address it's connected to */
|
||||
struct iface *iface; /* Interface it's connected to */
|
||||
struct neighbor *sibling; /* Next in per-device chain */
|
||||
struct proto *proto; /* Protocol this belongs to */
|
||||
void *data; /* Protocol-specific data */
|
||||
|
Loading…
Reference in New Issue
Block a user