summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-03-31Set forwarding-delay when STP is enabledStephen Hemminger
If using STP then apply configured forwarding-delay or 15 if none specified.
2009-03-31Turn off forwarding delay if STP is offStephen Hemminger
Bug 4226 There is no need for forwarding delay unless doing spanning tree.
2009-03-26Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-26Revert "Split login authentication configuration into three scripts"Stephen Hemminger
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.
2009-03-25Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵Stig Thormodsrud
create tag.
2009-03-25Change bridge check from "syntax" to "create".Stig Thormodsrud
Change allowed tag to use new interface check.
2009-03-25Fix update of descriptionStephen Hemminger
Bug 4249
2009-03-25Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-25Change "syntax" check to "commit" check for "bridge-group bridge".Stig Thormodsrud
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-23Split login authentication configuration into three scriptsStephen Hemminger
Getting cumbersome with one big script.
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