1. 09 Jun, 2020 13 commits
  2. 08 Jun, 2020 7 commits
  3. 03 Jun, 2020 2 commits
  4. 02 Jun, 2020 1 commit
  5. 01 Jun, 2020 1 commit
  6. 29 May, 2020 2 commits
  7. 25 May, 2020 2 commits
  8. 22 May, 2020 1 commit
  9. 20 May, 2020 3 commits
  10. 19 May, 2020 2 commits
  11. 18 May, 2020 5 commits
  12. 15 May, 2020 1 commit
    • network: restore old behavior · 717f77f2
      Christian Brauner authored
      I introduced a regression: when users didn't specify a specific name via
      lxc.net.<idx>.name then the device would retain the random name it received
      when we created it. Before we would use the "eth%d" syntax to get the kernel to
      assign a fixed name. Restore that behavior.
      
      Closes: #3407.
      Fixes: 8bf64b77 ("network: rework network device creation")
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>