1. 03 Oct, 2014 2 commits
  2. 26 Sep, 2014 1 commit
  3. 24 Sep, 2014 1 commit
  4. 19 Sep, 2014 3 commits
  5. 18 Sep, 2014 2 commits
  6. 16 Sep, 2014 1 commit
  7. 14 Sep, 2014 6 commits
  8. 10 Sep, 2014 1 commit
  9. 09 Sep, 2014 4 commits
  10. 08 Sep, 2014 1 commit
  11. 19 Aug, 2014 1 commit
  12. 13 Aug, 2014 2 commits
  13. 06 Aug, 2014 1 commit
  14. 29 Jul, 2014 2 commits
  15. 14 Jul, 2014 1 commit
  16. 12 Jul, 2014 1 commit
  17. 09 Jul, 2014 2 commits
  18. 06 Jul, 2014 1 commit
  19. 19 Jun, 2014 1 commit
  20. 18 Jun, 2014 1 commit
  21. 12 Jun, 2014 2 commits
    • Neil Jerram's avatar
      Allow wildcard aliases in --bridge-interface option · 70772c90
      Neil Jerram authored
      This is useful when using dnsmasq as DHCP server for a set of VMs
      whose data is routed by the host instead of being bridged.  In this
      scenario:
      
      - There is an unbounded set of TAP interfaces that have no IP address
        at the host end.
      
      - DHCP allocation is done from an IPv4 address range associated with a
        dummy interface.
      
      - We run dnsmasq with --interface dummy --interface tap*
        --bind-dynamic, so that it listens on all the TAP interfaces, and
        --bridge-interface=dummy,tap*, so that it will allocate IP addresses
        via the TAP interfaces from the range associated with the dummy
        interface.
      70772c90
    • Simon Kelley's avatar
      Makefile typo. · 10d8540f
      Simon Kelley authored
      10d8540f
  22. 09 Jun, 2014 1 commit
  23. 08 Jun, 2014 2 commits