ifupdown-ng / ifupdown-ng

flexible ifup/ifdown implementation
Other
122 stars 31 forks source link

Interleaved plugin execution #12

Open BarbarossaTM opened 4 years ago

BarbarossaTM commented 4 years ago

For some plugins / executors it might be relevant to execute them in a specific well defined order. We probably need a concept of configuring and enforcing this.

kaniini commented 4 years ago

So when using native executors, the order of the use statements determines order of execution. I think that is most likely sufficient, but perhaps it isn't?