Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-11-12 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-12 | Avoid sleep in ntp restart | Stephen Hemminger | |
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time. | |||
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-11-07 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-07 | Always restart ssh | Stephen Hemminger | |
Need to do restart of ssh daemon. Rewriting config file is faster than checking | |||
2008-11-06 | fix for bug 2313: add support for "Region/City" timezone specification. | An-Cheng Huang | |
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-06 | Don't restart sshd if not needed | Stephen 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-06 | Add completion for allowed values | Stephen Hemminger | |
2008-11-05 | Add config to disable ip/ipv6 forwarding. | Stig Thormodsrud | |
2008-10-24 | add firewall configuration to bridge interface | An-Cheng Huang | |
2008-10-23 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-23 | Fix bad tab completion on interfaces/bonding | Stephen Hemminger | |
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly. | |||
2008-10-16 | Change telnet allow-root type from txt to bool. | Stig Thormodsrud | |
Fix tab completion on bool. | |||
2008-10-16 | Need sudo when editing ssh config file | Stephen Hemminger | |
2008-10-15 | Fix parsing of allow-root field | Stephen Hemminger | |
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way | |||
2008-10-10 | Fix 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-07 | Revert "Change allow-root nodes to boolean" | slioch | |
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c. | |||
2008-10-07 | Change allow-root nodes to boolean | Stephen Hemminger | |
These are boolean, not text fields. Only allowed value is true/false | |||
2008-09-22 | Allow any number of bridge devices | Stephen 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-22 | Allow any number of tunnel devices | Stephen 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-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-09-11 | use script for setting/deleting system nameservers | Mohit Mehta | |
2008-09-11 | preserve system name-servers order in /etc/resolv.conf as configured in CLI | Mohit Mehta | |
2008-09-06 | first attempt at implementing CLI support for Dynamic DNS | Mohit Mehta | |
2008-08-30 | prompt warning for no nameservers if no nameservers set and no interface set ↵ | Mohit Mehta | |
to use dhcp | |||
2008-08-30 | polish up DNS forwarding error messages | Mohit Mehta | |
2008-08-30 | show bridge interfaces in allowed values as well if configured to use dhcp | Mohit Mehta | |
2008-08-30 | move from a 'ignore-interface' model to a 'listen-on' model for DNS forwarding | Mohit Mehta | |
2008-08-08 | tighten the checks for checking the existence or removal or nameservers | Mohit Mehta | |
2008-08-07 | any change in system name-servers should be communicated to dnsmasq | Mohit Mehta | |
2008-08-06 | code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵ | Mohit Mehta | |
specified) using CLI | |||
2008-08-06 | tighten syntax check | Mohit Mehta | |
2008-08-06 | change 'service dns forward' to 'service dns forwarding' | Mohit Mehta | |
2008-08-06 | this better detects the interfaces in /proc/net/dev | Mohit Mehta | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |
2008-08-05 | add command for user to enter interfaces on which not to listen for DNS queries | Mohit Mehta | |
2008-08-05 | - add ability to set cache-size for DNS forwarding from CLI | Mohit Mehta | |
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts | |||
2008-07-25 | First parts of DNS forwarding stuff | Mohit Mehta | |
2008-07-30 | Add IPv6 address to comp_help for bridge/tunnel | Stig 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-14 | Fix 3359: changing telnet setting drops other telnet sessions. | root | |
2008-07-13 | Fix 3460: vrrp authentication error msg is wrong | Stig Thormodsrud | |
2008-07-07 | Remove debugging | rbalocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807 | rbalocca | |
2008-06-25 | Fix 3379: tunnel interfaces are artificially limited to tun0-tun9 | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-11 | Fix 1818: Add disable option to vrrp. | Stig Thormodsrud | |