| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
lan ip address
SVN-Revision: 29375
|
|
|
|
| |
SVN-Revision: 29329
|
|
|
|
| |
SVN-Revision: 28837
|
|
|
|
| |
SVN-Revision: 28493
|
|
|
|
|
|
| |
patch by Raphael Huck.
SVN-Revision: 28333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all.
It corresponds to the following example in dnsmasq.conf.example:
# Always set the name of the host with hardware address
# 11:22:33:44:55:66 to be "fred"
#dhcp-host=11:22:33:44:55:66,fred
Regards
Mathias
SVN-Revision: 26983
|
|
|
|
|
|
| |
8k uncompressed
SVN-Revision: 25827
|
|
|
|
| |
SVN-Revision: 25576
|
|
|
|
| |
SVN-Revision: 25540
|
|
|
|
| |
SVN-Revision: 25537
|
|
|
|
| |
SVN-Revision: 25137
|
|
|
|
|
|
|
|
|
|
| |
'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh.
For getting the expected number of IP addresses served, we have to decrement
limit by one.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25100
|
|
|
|
|
|
|
|
| |
configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 24051
|
|
|
|
| |
SVN-Revision: 23272
|
|
|
|
|
|
| |
issues with Netflix and other services
SVN-Revision: 23270
|
|
|
|
|
|
| |
bump release number
SVN-Revision: 22592
|
|
|
|
|
|
| |
config, thanks stsp (#7720)
SVN-Revision: 22528
|
|
|
|
|
|
| |
(#7625)
SVN-Revision: 22490
|
|
|
|
|
|
| |
<kerneis@pps.jussieu.fr>
SVN-Revision: 22487
|
|
|
|
| |
SVN-Revision: 22251
|
|
|
|
| |
SVN-Revision: 22222
|
|
|
|
| |
SVN-Revision: 21871
|
|
|
|
| |
SVN-Revision: 21523
|
|
|
|
| |
SVN-Revision: 21400
|
|
|
|
|
|
| |
entries if they are not fully qualified - create only one reverse record for address entries with multiple names
SVN-Revision: 21109
|
|
|
|
| |
SVN-Revision: 20935
|
|
|
|
| |
SVN-Revision: 20656
|
|
|
|
| |
SVN-Revision: 20275
|
|
|
|
| |
SVN-Revision: 20259
|
|
|
|
| |
SVN-Revision: 20220
|
|
|
|
| |
SVN-Revision: 20079
|
|
|
|
| |
SVN-Revision: 20074
|
|
|
|
|
|
| |
the corresponding iface has only whitespace as value
SVN-Revision: 20048
|
|
|
|
| |
SVN-Revision: 19942
|
|
|
|
|
|
|
|
|
| |
Patch 103-ipv6_fix.patch is removed, because the problem the patch was fixing is now fixed in mainline.
Thank you Raphaël HUCK for your patch.
This fixes #6568.
SVN-Revision: 19392
|
|
|
|
| |
SVN-Revision: 19090
|
|
|
|
| |
SVN-Revision: 19086
|
|
|
|
|
|
| |
name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de>
SVN-Revision: 19069
|
|
|
|
|
|
| |
name config option is applied wrongly when adding static addresses. Cf. the dnsmasq man page. Signed-off-by: Stefan Bethke <stb@lassitu.de>
SVN-Revision: 18934
|
|
|
|
|
|
| |
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release
SVN-Revision: 18541
|
|
|
|
|
|
| |
'/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
SVN-Revision: 18470
|
|
|
|
|
|
| |
-G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision
SVN-Revision: 17897
|
|
|
|
| |
SVN-Revision: 17711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records.
However, those options sometimes can not be passed as
command-line arguments due to excess length. This patch tries to
solve this problem:
1. Provide /etc/dnsmasq.conf file with comments about adding
SRV/PTR/TXT/CNAME records.
2. Add this file to conffiles list so it is preserver during
backup/restore or system upgrade.
If someone needs a lot of custom records, default configuration
file can be edited. Since manual pages and documentation is not
installed, provided comments should be enough to figure out
option syntax.
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
SVN-Revision: 17663
|
|
|
|
|
|
|
|
|
|
| |
This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces.
By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface.
Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>
SVN-Revision: 17599
|
|
|
|
| |
SVN-Revision: 16436
|
|
|
|
| |
SVN-Revision: 15747
|
|
|
|
|
|
|
|
| |
dnsmasq.init tried to set range options even when ignore was
set to "1". Now the functions stops processing after evaluating
the "ignore" option when the result is > 0
SVN-Revision: 15618
|
|
|
|
| |
SVN-Revision: 15613
|
|
|
|
| |
SVN-Revision: 15242
|