wg: setconf should remove existing psk
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
		
							parent
							
								
									4586e14749
								
							
						
					
					
						commit
						666623a82e
					
				@ -370,6 +370,9 @@ bool config_read_finish(struct config_ctx *ctx)
 | 
			
		||||
		fprintf(stderr, "No private key configured\n");
 | 
			
		||||
		goto err;
 | 
			
		||||
	}
 | 
			
		||||
	if (ctx->buf.dev->flags & WGDEVICE_REPLACE_PEERS && !key_is_valid(ctx->buf.dev->preshared_key))
 | 
			
		||||
		ctx->buf.dev->flags |= WGDEVICE_REMOVE_PRESHARED_KEY;
 | 
			
		||||
 | 
			
		||||
	for_each_wgpeer(ctx->buf.dev, peer, i) {
 | 
			
		||||
		if (!key_is_valid(peer->public_key)) {
 | 
			
		||||
			fprintf(stderr, "A peer is missing a public key\n");
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user