Comment 2 for bug 1704376

Revision history for this message
John A Meinel (jameinel) wrote :

I don't think you're supposed to have just a bare "pre-up" statement such as that, because then it isn't clear what device it is supposed to be associated with (it starts to depend on sort order, import order, etc.)

In your example here:
  https://pastebin.canonical.com/193850/

What device are you trying to associate those with? Are all of those supposed to be tied to ens8? (If they are, then when we bridge ens8 we should then be trying to apply all of those pieces to br-ens8.)

It does sound like we could try to add a bit more context around what lines are failing. (misplaced option doesn't tell you what the wrong option was, or how to fix it.)