Skip to content

Commit 9ef757f

Browse files
committed
fixup! CP-44103: Ordering network devices - ordering logic
Signed-off-by: Ming Lu <[email protected]>
1 parent 99b2240 commit 9ef757f

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

ocaml/networkd/lib/network_device_order.ml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
(** Generete an order for host network devices and keep the order as stable as possible.
1+
(*
2+
* Copyright (c) Cloud Software Group, Inc.
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU Lesser General Public License as published
6+
* by the Free Software Foundation; version 2.1 only. with the special
7+
* exception on linking described in file LICENSE.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Lesser General Public License for more details.
13+
*)
14+
15+
(** Generate an order for host network devices and keep the order as stable as possible.
216
*)
317

418
module D = Debug.Make (struct let name = __MODULE__ end)

ocaml/networkd/lib/network_device_order.mli

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
(** Generete an order for host network devices and keep the order as stable as
1+
(*
2+
* Copyright (c) Cloud Software Group, Inc.
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU Lesser General Public License as published
6+
* by the Free Software Foundation; version 2.1 only. with the special
7+
* exception on linking described in file LICENSE.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Lesser General Public License for more details.
13+
*)
14+
15+
(** Generate an order for host network devices and keep the order as stable as
216
possible. *)
317

418
type error =

0 commit comments

Comments
 (0)