summaryrefslogtreecommitdiff
path: root/scripts/dns-forwarding/vyatta-dns-forwarding.pl
AgeCommit message (Collapse)Author
2010-11-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
2010-07-30new API changesAn-Cheng Huang
2010-04-14For Bug 5625 Not ready for DNSSEC implementationMohit Mehta
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list
2009-09-11Fix Bug 4919 "service dns" branch of configuration file missing ...Mohit Mehta
* modify code to comply with Jenner change in is_dhcp_enabled()
2009-04-22Fix Bug 4207 dns forwarding has hardcoded ethernet assumptionsMohit Mehta
incorrect in assuming that nameservers can only be received via dhcp remove check to see if any eth/br interface using dhcp
2009-03-10use code from Vyatta::Misc where is_dhcp_enabled() is already definedMohit Mehta
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-11-05change input parameter name from dhclient_script to outside_cli toMohit Mehta
make it more intuitive for use from other places outside of cli
2008-10-06don't poll resolv files for nameserver changes - it messes up statisticsMohit Mehta
we already make sure that nameservers are re-reread when any change from any configured source of nameservers happen
2008-09-17Fix Bug 3607 Error setting DNS forwarding to use DHCPMohit Mehta
2008-08-30better worded warning when no name-servers set under 'system name-server'Mohit Mehta
2008-08-30released interface should be flagged as a warning rather than a commit failedMohit Mehta
2008-08-30prompt warning for no nameservers if no nameservers set and no interface set ↵Mohit Mehta
to use dhcp
2008-08-30polish up DNS forwarding error messagesMohit Mehta
2008-08-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-10- servers being used for dns forwarding written to dnsmasq.conf with more ↵Mohit Mehta
info in comments - tighten check for updating resolv.conf for domain-names received from dhcp-server
2008-08-09log dnsmasq output to /var/log/dnsmasq.log on start-up and whilst running ↵Mohit Mehta
(i.e. when sent a signal to log) this will be used to extract information for 'show dns forwarding statistics' command
2008-08-07remove earlier added dnsmasq optionsMohit Mehta
2008-08-07update dns forwarding nameservers on dhcp lease updatesMohit Mehta
2008-08-07configure dnsmasq to use dns-servers as specified in CLIMohit Mehta
2008-08-07use config rather than /etc/resolv.conf to get system set nameserversMohit Mehta
2008-08-06code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵Mohit Mehta
specified) using CLI
2008-08-06change 'service dns forward' to 'service dns forwarding'Mohit Mehta
2008-08-05change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward'Mohit Mehta
2008-08-05add command for user to enter interfaces on which not to listen for DNS queriesMohit Mehta
2008-08-05- add ability to set cache-size for DNS forwarding from CLIMohit Mehta
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts
2008-07-25First parts of DNS forwarding stuffMohit Mehta