I was wondering if anybody knows whether the information stored in
configd
dynamic store, which you can see via scutil, is it kept in any
particular
order, or just in the order its built and updated ? - Present
impression
there is some order here ? E.g. Setup:/ & State:/
The information "stored" in configd is kept in a dictionary (i.e. no
order).
The "scutil" command sorts [some of] the information it reports.
As I'm writing some code and wonder if I can assume any order when
I do
my queries (especially when using reg expr's), or should make sure
the code
uses and follow's the network service GUID's ?
I would not assume any order. Also, I'm not sure I follow your
"network service GUID" comment. If you are asking if you should
follow the ordered list of service ID's returned by the
SCNetworkSetGetServiceOrder() API than the answer is YES.