summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-240.15.30debian/0.15.30Mohit Mehta
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-240.15.29debian/0.15.29Stephen Hemminger
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-230.15.28debian/0.15.28Stig Thormodsrud
2009-04-22Fix Bug 4207 dns forwarding has hardcoded ethernet assumptionsMohit Mehta
incorrect in assuming that nameservers can only be received via dhcp remove check to see if any eth/br interface using dhcp
2009-04-22Allow for enterprise MIBJustin Fletcher
2009-04-200.15.27debian/0.15.27Stephen 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-160.15.26debian/0.15.26Mohit Mehta
2009-04-16add default-policy node for zones. can be set to drop or rejectMohit Mehta
remove extraneous arguments in function calls
2009-04-16add default-policy node for zones. can be set to drop or rejectMohit Mehta
remove extraneous arguments in function calls
2009-04-140.15.25debian/0.15.25An-Cheng Huang
2009-04-14post-install changesAn-Cheng Huang
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks.
2009-04-14handle default xen kernelAn-Cheng Huang
2009-04-13add read-write union install mechanismAn-Cheng Huang
2009-04-100.15.24debian/0.15.24Mohit Mehta
2009-04-10add local-zone in|out firewall and clean-up codeMohit Mehta
2009-04-100.15.23debian/0.15.23Stephen Hemminger
2009-04-10Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
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-090.15.22debian/0.15.22An-Cheng Huang
2009-04-09fix xen kernel handling for union installAn-Cheng Huang
2009-04-090.15.21debian/0.15.21Stephen Hemminger
2009-04-09Resolve problems with syslog.confStephen Hemminger
Default fallback code was broken Change to blocked out region for Vyatta config.
2009-04-08debian/0.15.20debian/0.15.20Stephen Hemminger
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-060.15.19debian/0.15.19An-Cheng Huang
2009-04-06change xen kernel detectionAn-Cheng Huang
2009-04-050.15.18debian/0.15.18Stig Thormodsrud
2009-04-03Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-04-03Fix "clear vrrp process". Use new perl lib hierarchy.Stig Thormodsrud
Change double quote to single quote when no interpretation is needed.
2009-04-010.15.17debian/0.15.17Stephen 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-010.15.16debian/0.15.16Stig Thormodsrud
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-010.15.15debian/0.15.15Stephen Hemminger
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-01Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-04-01Help text spelling fixStephen Hemminger
"Atleast" is not an English word, it should be "At least"
2009-04-01Don't double log quagga messagesStephen Hemminger
Bug 4205 Duplicate messages in syslog for quagga notice and above messages.