We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a6a4fa + c8d5602 commit e9089bfCopy full SHA for e9089bf
networkd/network_server.ml
@@ -1385,7 +1385,11 @@ module PVS_proxy = struct
1385
let configure_site _dbg config =
1386
debug "Configuring PVS proxy for site %s" config.site_uuid ;
1387
let call =
1388
- {Rpc.name= "configure_site"; params= [Rpcmarshal.marshal t.ty config]}
+ {
1389
+ Rpc.name= "configure_site"
1390
+ ; params= [Rpcmarshal.marshal t.ty config]
1391
+ ; is_notification= false
1392
+ }
1393
in
1394
let _ = do_call call in
1395
()
@@ -1398,6 +1402,7 @@ module PVS_proxy = struct
1398
1402
name= "remove_site"
1399
1403
; params=
1400
1404
[Dict [("site_uuid", Rpcmarshal.marshal Rpc.Types.string.ty uuid)]]
1405
1401
1406
}
1407
1408
0 commit comments