Skip to content

CP-44103: Ordering network devices #6381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ocaml/networkd/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(libraries
astring
forkexec
macaddr
mtime
mtime.clock.os
re
Expand All @@ -19,6 +20,7 @@
xapi-stdext-threads
xapi-stdext-unix
xapi-inventory
xapi-idl
xapi-idl.network
xapi-log
xapi-open-uri
Expand Down
1 change: 1 addition & 0 deletions ocaml/networkd/lib/network_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ let read_management_conf () =
; bridge_config
; gateway_interface= Some bridge_name
; dns_interface= Some bridge_name
; interface_order= None
}
with e ->
error "Error while trying to read firstboot data: %s\n%s"
Expand Down
Loading
Loading