summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-03-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-24Change "syntax" check to a "commit" check.Stig Thormodsrud
Seems like "syntax" check should only be done for thing related to the current node hierarchy.
2009-03-23Save interface description in kernelStephen Hemminger
2009-03-12Change update to create on multi-nodesStephen Hemminger
2009-03-11Don't allow vif on disabled bonding interfaceStephen Hemminger
2009-03-11Fix delete of bonding vifStephen Hemminger
Need dev in argument
2009-03-09Remove per-interface firewall templates. They are generated now.Bob Gilligan
2009-03-03Use vyatta-interfaces.pl to check bridge validityStephen Hemminger
2009-03-03Use vyatta-interfaces.pl to show available bonding devicesStephen Hemminger
2009-03-02Convert to bonding vif to use netlink.Stephen Hemminger
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
2009-02-27Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jennerMohit Mehta
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit Mehta
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface
2009-02-27up the bridge interface when it's createdAn-Cheng Huang
2009-02-27fix logic and shell syntaxAn-Cheng Huang
2009-02-08fix spelling mistakeMohit Mehta
2009-01-26bridge: handle non ethernet devices in bridgeStephen Hemminger
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices.
2009-01-22Fix delete of bonding interfaceStephen Hemminger
Don't allow removal of a bonded device that still has slaves. Bug 4045
2009-01-12Bridge/bonding update to new syntaxStephen Hemminger
Update to new syntax and remove unneeded CLI path.
2009-01-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-01-08disable bridge node should be same as disable ethernetStephen Hemminger
There is no reason that disable of ethernet and disable of bridge have conflicting syntax.
2009-01-06Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵Mohit Mehta
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface
2008-12-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03use vyatta-link-detectStephen Hemminger
2008-12-01Add correct help for bonding modesStephen Hemminger
Template did not match available bonding modes
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.