Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

cannot unset lxdbr0 raw.dnsmasq

$
0
0
I tried to setup a longer dhcp lease time for lxdbr0 dhcp clients, but the dnsmasq command line options that lxd uses are overriding my setting, and now I cannot unset the lxdbr0 raw.dnsmasq value.

Code:

$ lxc network show lxdbr0
config:
  ipv4.address: 192.168.134.1/24
  ipv4.nat: "true"
  ipv6.address: fd42:967b:ea7:cc90::1/64
  ipv6.nat: "true"
  raw.dnsmasq: dhcp-range=192.168.134.2,192.168.134.254,335h
description: ""
name: lxdbr0
type: bridge
used_by: []
managed: true
status: Created
locations:
- none

$ lxc network set lxdbr0 raw.dnsmasq ''

and

$ lxc network unset lxdbr0 raw.dnsmasq

have no effect

$ lxc network show lxdbr0
config:
  ipv4.address: 192.168.134.1/24
  ipv4.nat: "true"
  ipv6.address: fd42:967b:ea7:cc90::1/64
  ipv6.nat: "true"
  raw.dnsmasq: dhcp-range=192.168.134.2,192.168.134.254,335h
description: ""
name: lxdbr0
type: bridge
used_by: []
managed: true
status: Created
locations:
- none

Any hints?

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>