Skip to content
Snippets Groups Projects
  1. Jun 24, 2017
  2. Jun 23, 2017
  3. Jun 22, 2017
  4. Jun 20, 2017
    • Grégoire Delattre's avatar
      dnsmasq: add dhcp-range tags configuration · 680a5c5d
      Grégoire Delattre authored
      
      dnsmasq can match tags in its dhcp-range configuration, this commit adds
      the option to configure it in the dhcp section
      
      uci configuration:
      config dhcp 'lan'
              option interface 'lan'
              list tag 'blue'
              list tag '!red'
              option start '10'
              option limit '150'
              option leasetime '12h'
      
      generated dnsmasq configuration:
      dhcp-range=tag:blue,tag:!red,set:lan,192.168.1.10,192.168.1.159,255.255.255.0,12h
      
      Signed-off-by: default avatarGrégoire Delattre <gregoire.delattre@gmail.com>
      680a5c5d
  5. Jun 19, 2017
  6. Jun 18, 2017
  7. Jun 17, 2017
Loading