Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network: fixes #3307

Merged
merged 3 commits into from Mar 19, 2020
Merged

network: fixes #3307

merged 3 commits into from Mar 19, 2020

Commits on Mar 19, 2020

  1. network: introduce and use is_empty_string()

    since some members of struct lxc_netdev are arrays, not pointers.
    
    Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
    Christian Brauner committed Mar 19, 2020
    Copy the full SHA
    3473ca7 View commit details
    Browse the repository at this point in the history
  2. network: fix moving network devices with custom name

    Closes lxc#1271.
    Closes lxc#3131.
    Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
    Christian Brauner committed Mar 19, 2020
    Copy the full SHA
    3c9fdb3 View commit details
    Browse the repository at this point in the history
  3. conf: don't accidently double-mount

    Closes lxc#3073.
    Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
    Christian Brauner committed Mar 19, 2020
    Copy the full SHA
    f759178 View commit details
    Browse the repository at this point in the history