Comment 6 for bug 1618463

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

@admcleod

Based on feedback from IBM i'm going to withdraw this update. The ordering of the flags is correct, as long as one activates the flag needed to have bridge_role attribute available before onlining the device.

Specifically one should use:

in-target chzdev --no-root-update -pVe c003 layer2=1 bridge_role=primary;

meaning... enable layer2 networking, which creates a bunch of attributes specific to layer2 mode, including the bridge_role. Then set bridge_role. Then online the device.

Testing this out here locally results in race free boots, without any changes to the code.

Could you please try out above command in your preseeds without using packages from proposed?

Regards,

Dimitri.