Neil Jerram 70772c9091 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.
2014-06-11 21:22:40 +01:00
2014-06-07 21:21:44 +01:00
2014-05-20 21:01:34 +01:00
2012-04-02 20:40:34 +01:00
2014-05-04 20:43:49 +01:00
2012-01-05 17:31:15 +00:00
2014-06-07 21:21:44 +01:00
2012-01-05 17:31:10 +00:00
2012-01-05 17:31:13 +00:00
2013-04-15 14:31:52 +01:00
2014-06-11 20:51:27 +01:00
2012-01-05 17:31:15 +00:00
2012-01-05 22:00:08 +00:00
Description
No description provided
17 MiB
Languages
C 94.2%
Perl 2.3%
HTML 1.2%
Shell 1.1%
Makefile 0.6%
Other 0.6%