summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-11-12Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-12Avoid sleep in ntp restartStephen Hemminger
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time.
2008-11-12add basic tacacs+ supportRobert Bays
2008-11-07Merge branch 'islavista' into jennerRick Balocca
2008-11-07Always restart sshStephen Hemminger
Need to do restart of ssh daemon. Rewriting config file is faster than checking
2008-11-06fix for bug 2313: add support for "Region/City" timezone specification.An-Cheng Huang
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-06Don't restart sshd if not neededStephen Hemminger
If configuration doesn't change (ie during boot), then do not need to restart sshd. Also use newer format configuration file syntax.
2008-11-06Add completion for allowed valuesStephen Hemminger
2008-11-05Add config to disable ip/ipv6 forwarding.Stig Thormodsrud
2008-10-24add firewall configuration to bridge interfaceAn-Cheng Huang
2008-10-23Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-10-23Fix bad tab completion on interfaces/bondingStephen Hemminger
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly.
2008-10-16Change telnet allow-root type from txt to bool.Stig Thormodsrud
Fix tab completion on bool.
2008-10-16Need sudo when editing ssh config fileStephen Hemminger
2008-10-15Fix parsing of allow-root fieldStephen Hemminger
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way
2008-10-10Fix Bug 3751 configuring multiple global syslog facilities overwrites ↵Mohit Mehta
previous ones in /etc/syslog.conf - multiple nodes configured under 'system syslog global' are appended to syslog.conf - default '*.notice -/var/log/messages' is removed from syslog.conf if any node is configured under 'system syslog global' and is put back when nothing configured under 'system syslog global' - syslog process only restarted once after making all changes in config - added commit checks at 'system syslog <>' level nodes to specify facility
2008-10-07Revert "Change allow-root nodes to boolean"slioch
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c.
2008-10-07Change allow-root nodes to booleanStephen Hemminger
These are boolean, not text fields. Only allowed value is true/false
2008-09-22Allow any number of bridge devicesStephen Hemminger
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 bridge devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device.
2008-09-22Allow any number of tunnel devicesStephen Hemminger
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 tunnel devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device.
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-09-11use script for setting/deleting system nameserversMohit Mehta
2008-09-11preserve system name-servers order in /etc/resolv.conf as configured in CLIMohit Mehta
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit 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-30show bridge interfaces in allowed values as well if configured to use dhcpMohit Mehta
2008-08-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-08tighten the checks for checking the existence or removal or nameserversMohit Mehta
2008-08-07any change in system name-servers should be communicated to dnsmasqMohit Mehta
2008-08-06code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵Mohit Mehta
specified) using CLI
2008-08-06tighten syntax checkMohit Mehta
2008-08-06change 'service dns forward' to 'service dns forwarding'Mohit Mehta
2008-08-06this better detects the interfaces in /proc/net/devMohit 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
2008-07-30Add IPv6 address to comp_help for bridge/tunnelStig Thormodsrud
2008-06-26=> Modified vyatta_update_resolv.pl to update (i.e. add and remove) ↵Mohit Mehta
'name-server' and 'domain-name-server' options in /etc/resolv.conf received by a dhcp client for an interface => Modified name-server/node.def so as to have the name-server set by our CLI on the top of /etc/resolv.conf to take priority over name-servers received from dhcp client
2008-07-14Fix 3359: changing telnet setting drops other telnet sessions.root
2008-07-13Fix 3460: vrrp authentication error msg is wrongStig Thormodsrud
2008-07-07Remove debuggingrbalocca
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807rbalocca
2008-06-25Fix 3379: tunnel interfaces are artificially limited to tun0-tun9Stig Thormodsrud
2008-06-25Add cli to enable proxy arp on a interface.Stig Thormodsrud
2008-06-19Fix 2030: Enhancement: VRRP preemption hold down timerStig Thormodsrud
2008-06-11Fix 1818: Add disable option to vrrp.Stig Thormodsrud