Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jogo_add_l3_neigh_uninitialized_…
Browse files Browse the repository at this point in the history
…value' into all_the_jogo_commits
  • Loading branch information
rubensfig committed Nov 13, 2023
2 parents f93b9b5 + c59dbd8 commit ff0dfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netlink/nl_l3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ int nl_l3::add_l3_neigh(struct rtnl_neigh *n) {
VLOG(1) << __FUNCTION__ << ": skipping fe80::/10";
// we must not route IPv6 LL addresses, so do not add a host entry
add_host_entry = false;
rv = 0;
}
}

Expand Down

0 comments on commit ff0dfd7

Please sign in to comment.