summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-05-05* restrict zone name to 20 charactersMohit Mehta
2009-04-29Move virtual-ethernet to pseudo-ethernetStephen Hemminger
Avoid name-conflict with Xen
2009-04-28Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-28ntp: fix messageStephen Hemminger
The dynamic option is the default in current versions and generates bogus message. Bug: 4264
2009-04-26Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-04-26Add configurable login banners.Stig Thormodsrud
2009-04-24* add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tablesMohit Mehta
when traffic from local-zone filtered with firewall to a transit zone * fix case where `ls` spits out error when a firewall type is not set
2009-04-24New tacacs+ configuration templatesStephen Hemminger
Template change only. TACACS+ support is still not complete but this shows the syntax for configuration.
2009-04-24Add support for virtual-ethernetStephen Hemminger
2009-04-20Move disable-link-detect out of vyatta-cfg-quagga to interfacesStephen Hemminger
Some interfaces have link-detect others do not, and vyatta-cfg-quagga is trying to handle generic case.
2009-04-16add default-policy node for zones. can be set to drop or rejectMohit Mehta
remove extraneous arguments in function calls
2009-04-10add local-zone in|out firewall and clean-up codeMohit Mehta
2009-04-10Fix file syslog targetStephen Hemminger
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code.
2009-04-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-08Rewrite existing syslog configuration updateStephen Hemminger
Do most of the work in the rewritten vyatta_update_syslog code. Handle multiple facilities for same target without causing duplicate log messages. Never restart syslog daemon, just reload it and only if the configuration has changed.
2009-04-07Add 1st pass of zone based firewall support (transit zones only for now)Mohit Mehta
2009-04-06Check that username is validStephen Hemminger
2009-04-01Update template to handle change in default syslog.confStephen Hemminger
Makes global facility change work. Still need to rework the syslog templates and parsing.
2009-04-01Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-01Change "syntax" check to "commit" check for virtual interfaces.Stig Thormodsrud
Change to use script for allowed values.
2009-04-01Change lack of interface in DDNS back to warningStephen Hemminger
If program can handle it no point in enforcing in CLI.
2009-04-01Use interface check programStephen Hemminger
For consistency all templates should use same script to validate interface names.
2009-04-01Update help text to show which facility is quaggaStephen Hemminger
2009-04-01Help text spelling fixStephen Hemminger
"Atleast" is not an English word, it should be "At least"
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