Skip to content
  • David Johnson's avatar
    Handle nits in libvnode_docker bootup init. · 5add9782
    David Johnson authored
    Have to consider the case where Docker recreates the control net bridge,
    and assigns the virtual control net IP to it, but doesn't add the
    control net device to the bridge.  It wouldn't know how to do that
    anyway.  So handle that, and some other weird racy things (i.e., ip addr
    flush seems to screw a subsequent ip addr replace; just sleep(1), ugh).
    5add9782