1. 05 Jul, 2019 1 commit
    • start: call lxc_find_gateway_addresses early · 03ca4af8
      Thomas Parrott authored
      This restores the lxc.net.x.ipv4.gateway = auto and
      lxc.net.x.ipv6.gateway = auto functionality.
      
      When the child is created the parent and child have different views of
      struct lxc_handler since - obviously - virtual memory is duplicated. So any
      changes to done by the parent that the child should see need to be IPCed to it.
      For any non-actual device creation stuff this does not make much sense. This
      includes finding gateway addresses. Move it back prior to clone().
      
      Fixes #3078
      Signed-off-by: 's avatarThomas Parrott <thomas.parrott@canonical.com>
      [christian.brauner@ubuntu.com: non-functional changes and update commit message]
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  2. 03 Jul, 2019 17 commits
  3. 02 Jul, 2019 5 commits
  4. 30 Jun, 2019 1 commit
  5. 29 Jun, 2019 1 commit
  6. 28 Jun, 2019 2 commits
  7. 27 Jun, 2019 12 commits
  8. 21 Jun, 2019 1 commit