summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2008-11-06fix for bug 2313: add support for "Region/City" timezone specification.An-Cheng Huang
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
2008-06-05Remove shell template (not ready yet).Stephen Hemminger
The template will go back in when vyatta_login_user.pl needs it.
2008-06-05Turn off TCP SACKStephen 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-29Rework how user accounts are managedStephen 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-25watchlink is no longer usedStephen Hemminger
Remove the watchlink exclude hooks
2008-04-18Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creationMohit Mehta
-key not allowed to be set after tunnel creation
2008-04-17Fix 3148: can't delete bridge interfaceStig Thormodsrud
2008-04-17Fix 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-14Merge from glendalerbalocca
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/interfaces/bridge/node.def templates/interfaces/ethernet/node.tag/bridge-group/node.def