Skip to content

Commit e48ea71

Browse files
committed
Comment
1 parent 7dd536e commit e48ea71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ olsr_build_tc_packet(struct tc_message *message, struct interface_olsr *outif)
341341
continue;
342342
}
343343

344+
/* Don't include neighbors on other interfaces if this interface is isolated */
344345
lnk = get_best_link_to_neighbor(&entry->neighbor_main_addr);
345346
if (!lnk || (outif->olsr_if->cnf->is_isolated && outif != lnk->inter)) {
346347
continue;

0 commit comments

Comments
 (0)