- 03 Oct, 2014 2 commits
-
-
Simon Kelley authored
-
Simon Kelley authored
-
- 26 Sep, 2014 1 commit
-
-
Simon Kelley authored
-
- 24 Sep, 2014 1 commit
-
-
Jan Psota authored
-
- 19 Sep, 2014 3 commits
-
-
Simon Kelley authored
-
Simon Kelley authored
-
Simon Kelley authored
check_for_local_domain() was broken due to new code matching F_* bits in cache entries for DNSSEC. Because F_DNSKEY | F_DS is used to match RRSIG entries, cache_find_by_name() insists on an exact match of those bits. So adding F_DS to the bits that check_for_local_domain() sends to cache_find_by_name() won't result in DS records as well as the others, it results in only DS records. Add a new bit, F_NSIGMATCH which suitably changes the behaviour of cache_find_by_name().
-
- 18 Sep, 2014 2 commits
-
-
Richard Genoud authored
-
Richard Genoud authored
-
- 16 Sep, 2014 1 commit
-
-
Simon Kelley authored
-
- 14 Sep, 2014 6 commits
-
-
Ilya Ponetaev authored
-
Ilya Ponetaev authored
-
Ilya Ponetaev authored
-
Ilya Ponetaev authored
-
Simon Kelley authored
-
- 10 Sep, 2014 1 commit
-
-
Simon Kelley authored
-
- 09 Sep, 2014 4 commits
-
-
Simon Kelley authored
-
Simon Kelley authored
-
Simon Kelley authored
-
Ilya Ponetaev authored
-
- 08 Sep, 2014 1 commit
-
-
Simon Kelley authored
-
- 19 Aug, 2014 1 commit
-
-
Simon Danner authored
-
- 13 Aug, 2014 2 commits
-
-
Simon Kelley authored
-
Simon Kelley authored
-
- 06 Aug, 2014 1 commit
-
-
Simon Kelley authored
-
- 29 Jul, 2014 2 commits
-
-
Simon Kelley authored
-
Simon Kelley authored
-
- 14 Jul, 2014 1 commit
-
-
Simon Kelley authored
-
- 12 Jul, 2014 1 commit
-
-
Simon Kelley authored
This handles the case that more than one interface contains the network the lease address is on, but the interfaces have different prefix lengths. Use the longest prefix length.
-
- 09 Jul, 2014 2 commits
-
-
Chen Yufei authored
-
Simon Kelley authored
-
- 06 Jul, 2014 1 commit
-
-
Lung-Pin Chang authored
- With nested prefixes reside on different interfaces of single host (e.g., in 6to4, 2002::/16 on WAN and 2002:<IPv4>:<subnet>::/64 on LAN), current matching mechanism might return the interface with shorter prefix length instead of the longer one, if it appears later in the netlink message. Signed-off-by:
Lung-Pin Chang <changlp@cs.nctu.edu.tw>
-
- 19 Jun, 2014 1 commit
-
-
Simon Kelley authored
-
- 18 Jun, 2014 1 commit
-
-
Simon Kelley authored
-
- 12 Jun, 2014 2 commits
-
-
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.
-
Simon Kelley authored
-
- 09 Jun, 2014 1 commit
-
-
Simon Kelley authored
-
- 08 Jun, 2014 2 commits
-
-
Simon Kelley authored
-
Daniel Collins authored
-