diff --git a/src/neighbour/add.rs b/src/neighbour/add.rs index 90a48cc..49cf243 100644 --- a/src/neighbour/add.rs +++ b/src/neighbour/add.rs @@ -55,7 +55,11 @@ impl NeighbourAddRequest { message.nlas.push(Nla::LinkLocalAddress(lla.to_vec())); - NeighbourAddRequest { handle, message } + NeighbourAddRequest { + handle, + message, + replace: false, + } } /// Set a bitmask of states for the neighbor cache entry.