1. 22 Jan, 2021 1 commit
  2. 11 Jan, 2021 2 commits
    • Merge pull request #3617 from motiejus/lxc-net-dnsmasq · 092529ea
      Stéphane Graber authored
      make lxc-net's dnsmasq hermetic
    • make lxc-net hermetic w.r.t. existing dnsmasq config · 60a43d55
      Motiejus Jakštys authored
      lxc's dnsmasq will try to read system's dnsmasq if `--conf-file` is not
      specified. This is likely not desirable, as lxc's dnsmasq should be
      self-contained.
      
      On my system the conflicting options are `--bind-interfaces` and
      `--bind-dynamic`, since the same host is doing other DNS-y things
      unrelated to lxc.
      
      This is an incompatible change, since lxc's dnsmasq will stop honoring
      system's `/etc/dnsmasq.conf`, and some systems may be relying on it.
      Given that, I believe it should not depend on it by default, since
      dnsmasq is lxc's implementation detail. However, if the user desires,
      the old behavior could be brought back by setting
      `LXC_DHCP_CONFILE=/etc/dnsmasq.conf` in `/etc/default/lxc-net`.
      Signed-off-by: 's avatarMotiejus Jakštys <motiejus@jakstys.lt>
  3. 09 Jan, 2021 2 commits
  4. 04 Jan, 2021 7 commits
  5. 28 Dec, 2020 1 commit
  6. 27 Dec, 2020 2 commits
  7. 15 Dec, 2020 3 commits
  8. 14 Dec, 2020 3 commits
  9. 13 Dec, 2020 1 commit
  10. 10 Dec, 2020 18 commits