Skip to content

Commit

Permalink
use keep unique policy
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jan 23, 2024
1 parent ebb9958 commit 459b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vici.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ impl Connection {
mobike: false,
dpd_delay: 10,
keyingtries: 0,
unique: "replace",
unique: "keep",
if_id_in: "%unique",
if_id_out: "%unique",
local: Authentication {
Expand Down

0 comments on commit 459b490

Please sign in to comment.