Skip to content

Commit 37eaf49

Browse files
committed
fixup! CP-44103: Ordering network devices - ordering logic
Signed-off-by: Ming Lu <[email protected]>
1 parent 77e417f commit 37eaf49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocaml/networkd/lib/network_device_order.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module D = Debug.Make (struct let name = __MODULE__ end)
66
open D
77
open Network_interface
88

9-
let initial_rules_file_path = "/var/lib/xcp/initial_network_device_rules.conf"
9+
let initial_rules_file_path =
10+
"/etc/firstboot.d/data/initial_network_device_rules.conf"
1011

1112
let ( let* ) = Result.bind
1213

0 commit comments

Comments
 (0)