aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/driver
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-19 12:36:04 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-19 12:36:04 -0600
commitee79bc2948a66c1a969bea28db754ec36adafa59 (patch)
treea759258a74777108b1ba98a484f6a6d2821142ff /driver
parentversion: bump (diff)
downloadwireguard-windows-ee79bc2948a66c1a969bea28db754ec36adafa59.tar.xz
wireguard-windows-ee79bc2948a66c1a969bea28db754ec36adafa59.zip
driver: update naming of update only
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'driver')
-rw-r--r--driver/configuration_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/configuration_windows.go b/driver/configuration_windows.go
index 893cab13..5a12be63 100644
--- a/driver/configuration_windows.go
+++ b/driver/configuration_windows.go
@@ -36,7 +36,7 @@ const (
PeerHasEndpoint PeerFlag = 1 << 3
PeerReplaceAllowedIPs PeerFlag = 1 << 5
PeerRemove PeerFlag = 1 << 6
- PeerUpdate PeerFlag = 1 << 7
+ PeerUpdateOnly PeerFlag = 1 << 7
)
type Peer struct {