]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - man/dnsmasq.8
Allow wildcard aliases in --bridge-interface option
authorNeil Jerram <nj@metaswitch.com>
Wed, 11 Jun 2014 20:22:40 +0000 (21:22 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 11 Jun 2014 20:22:40 +0000 (21:22 +0100)
commit70772c909199ad6701dc25593bc185938fa4cd23
tree02699f8dc9f7d52a7b31d1ee6057c14cd8c92371
parent10d8540f6202aa97bda542edef8169c7aa3b033c
Allow wildcard aliases in --bridge-interface option

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.
man/dnsmasq.8
man/fr/dnsmasq.8
src/dhcp.c
src/dnsmasq.h
src/util.c