mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 04:27:27 +00:00 
			
		
		
		
	miragesdk: really allow to configure the DB path with the CLI
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
		@@ -94,7 +94,7 @@ let read_cmd file =
 | 
			
		||||
      "/mtu";
 | 
			
		||||
      "/nameservers/*"
 | 
			
		||||
    ] in
 | 
			
		||||
    Ctl.v "/data" >>= fun db ->
 | 
			
		||||
    Ctl.v path >>= fun db ->
 | 
			
		||||
    let ctl fd = Ctl.Server.listen ~routes db fd in
 | 
			
		||||
    let handlers () = Handlers.watch ~ethif db in
 | 
			
		||||
    let net = Init.rawlink ~filter:(dhcp_filter ()) ethif in
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user