Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-06-05 | Remove shell template (not ready yet). | Stephen Hemminger | |
The template will go back in when vyatta_login_user.pl needs it. | |||
2008-06-05 | Turn off TCP SACK | Stephen Hemminger | |
This is a workaround for bug 3313. The problem is that MD5 uses up what little space there for TCP options in header. | |||
2008-05-29 | Rework how user accounts are managed | Stephen Hemminger | |
Rewrite the scripts that manage user accounts to: 1) use Posix standard useradd, userdel scripts rather than modifying passwd/group files directly. 2) add home-directory field to account management 3) support adding accounts to additional groups Note: this code should now also work with NIS since it has no direct access to /etc/passwd. | |||
2008-04-25 | watchlink is no longer used | Stephen Hemminger | |
Remove the watchlink exclude hooks | |||
2008-04-18 | Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creation | Mohit Mehta | |
-key not allowed to be set after tunnel creation | |||
2008-04-17 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-17 | Fix Bug 3164 set interfaces tunnel tun0 remote-ip <> doesn't take effect ↵ | Mohit Mehta | |
after committing - updating remote-ip or local-ip not allowed after tunnel creation - delete (commit failed) followed by set to another value will still - change the value of remote or local ip. bug 3171 filed for this behavior | |||
2008-04-14 | Merge from glendale | rbalocca | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/interfaces/bridge/node.def templates/interfaces/ethernet/node.tag/bridge-group/node.def | |||
2008-04-14 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-11 | Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-system |