mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
The init_next_gen() function moves us to the next generation, as well as intialize all data files for expected interfaces in that generation. However, bridge and lag interfaces have dependendcies that need to be moved as well. It is only the test author that knows the expected new state, so this function only sets up the desired state, without ever looking at what any previous generation looked like. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>