summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-29Force Xen installs to use ext3 without write barriersJohn Southworth
In oxnard our Xen images used ext3 without write barriers. This patch is a workaround for bug 8303. The goal of this patch is to provide a workable solution that is no worse than our previous behavior until Xenserver has the write barrier fix available in Xen integrated.
2012-08-280.20.25debian/0.20.25John Southworth
2012-08-28Revert "Write barriers don't work on all devices, disable them"John Southworth
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de.
2012-08-280.20.24debian/0.20.24John Southworth
2012-08-28Write barriers don't work on all devices, disable themJohn Southworth
2012-08-170.20.23debian/0.20.23Stephen Hemminger
2012-08-17Allow deleting unknown userStephen Hemminger
Bug 8287 If user doesn't exist in passwd file that is fine.
2012-08-160.20.22debian/0.20.22Stephen Hemminger
2012-08-16Fix filecaps for xtablesStephen Hemminger
Use correct path /sbin/xtables-multi
2012-08-16Allow any mtu for bonding vifStephen Hemminger
Bug 8285 The commit for mtu always triggers because of incorrect variable reference, just remove it.
2012-08-150.20.21debian/0.20.21Stephen Hemminger
2012-08-15fix iptables file attributesStephen Hemminger
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2012-08-140.20.20debian/0.20.20Stephen Hemminger
2012-08-14Fix path to iptablesStephen Hemminger
Make sure permissions are corrected.
2012-08-140.20.19debian/0.20.19Stephen Hemminger
2012-08-14Add support for network device prefix tableStephen Hemminger
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice
2012-08-090.20.18debian/0.20.18Saurabh Mohan
2012-08-09Bugfix 8241: VTI Sync up the mtu range check with what the kernel module ↵Saurabh Mohan
accepts. Allow VTI mtu range check to be inline with what the kernel will accept. Also add a warning if a VTI is configured but not used. Improve the interface name range which is allowed (8259)
2012-08-030.20.17debian/0.20.17James Davidson
2012-08-03Restart rsyslog when system time-zone changesJames Davidson
Without this change the system log daemon does not notice the time-zone change and continues to timestamp logs using the previous time-zone. Fixes BZ6694
2012-06-27Minor typo in bonding helpStephen Hemminger
2012-06-220.20.16debian/0.20.16Stephen Hemminger
2012-06-22Use hash map of addresses to interfacesStephen Hemminger
Other part of fix for Bz 8171 Create a hash of address => interfaces in configuration and use it during address commit check. Remove unused creation of list of current addresses. This might speed boot with large number of interfaces. Since the hash is made once per interface rather than multiple times, it might be faster because of that as well.
2012-06-190.20.15debian/0.20.15John Southworth
2012-06-19Bugfix 8115: reset miimon on arp-montior deletionJohn Southworth
2012-06-130.20.14debian/0.20.14Stephen Hemminger
2012-06-13Fix help on for USB serial consoleStephen Hemminger
2012-06-120.20.13debian/0.20.13Stephen Hemminger
2012-06-12Allow USB console in Grub setupStephen Hemminger
Bug 7724
2012-06-120.20.12debian/0.20.12Stephen Hemminger
2012-06-12Allow USB serial consoleStephen Hemminger
Bug 7724 related.
2012-06-110.20.11debian/0.20.11Saurabh Mohan
2012-06-11VTI delete check for reference under vpn.Saurabh Mohan
2012-05-160.20.10debian/0.20.10Saurabh Mohan
2012-05-16Vti tunnel config support.Saurabh Mohan
2012-05-160.20.9debian/0.20.9James Davidson
2012-05-16Change default to No when not enough space to save configJames Davidson
During an image add, the default used to be to not save the current configuration and continue with adding the image. Now the default is to not continue. Fixes bug 7964.
2012-05-150.20.8debian/0.20.8John Southworth
2012-05-15Remove vrrp files from MakefileJohn Southworth
2012-05-15Move VRRP to its own packageJohn Southworth
2012-05-150.20.7debian/0.20.7John Southworth
2012-05-15Remove vrrp operational scripts from vyatta-cfg-systemJohn Southworth
2012-05-070.20.6debian/0.20.6John Southworth
2012-05-07Turn on vrrp snmp traps by defaultJohn Southworth
2012-04-240.20.5debian/0.20.5Stephen Hemminger
2012-04-24Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-cfg-system into pacificaStephen Hemminger
2012-04-24vif: remove check for flags when creating VIFStephen Hemminger
Bug 8007 The 3.3 kernel removed sysfs features file (/sys/class/net/ethX/features). Detect vlan failure when added instead.
2012-04-180.20.4debian/0.20.4James Davidson
2012-04-18Use rsyslog to trigger log rotationJames Davidson
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807.