summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-04-180.20.3James Davidson
2012-04-11Return success on stop if telnetd service is not runningJames Davidson
Fixes Bug 5511.
2012-04-100.20.2debian/0.20.2Stephen Hemminger
2012-04-09Replace intf->carrier() check with intf->running()Stephen Hemminger
Bug 8006 The "carrier" method in Interface.pm is superseded by the more robust running() method.
2012-04-04Fix minor perlcritc warning in vrrp-stateStephen Hemminger
Code before strictures.
2012-04-040.20.1debian/0.20.1Stephen Hemminger
2012-04-04Add network console supportStephen Hemminger
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } }
2012-04-02Add dependency on dialog packageStephen Hemminger
Including dialog in build allows for packages upgrade to ask user questions in text boxes.
2012-03-270.19.176debian/0.19.176John Southworth
2012-03-27Bugfix 7976: Move the test to update: to allow addresses to be configuredJon Andersson
2012-03-030.19.175debian/0.19.175Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2012-03-010.19.174debian/0.19.174Deepti Kulkarni
2012-03-01bug fix for 7489 - Added warning message on delete system consoleDeepti Kulkarni
2012-03-010.19.173debian/0.19.173John Southworth
2012-03-01forgot to use io::promptJohn Southworth
2012-03-01Bugfix 7555: Allow users to import keys when using loadkeyJohn Southworth
2012-02-290.19.172debian/0.19.172John Southworth
2012-02-29Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2012-02-29Bugfix 7555: allow users to import ssh keys when running add system imageJohn Southworth
2012-02-210.19.171debian/0.19.171Stephen Hemminger
2012-02-21Cleanup interface statistic clear files on rebootStephen Hemminger
clear interface statistics creates a file /var/run/vyatta/XXXX.stats that is used to adjust values. Since this data is meaningless after reboot, remove it.
2012-02-210.19.170debian/0.19.170Stephen Hemminger
2012-02-21Fix server property optionStephen Hemminger
Bug 7623 Patch provided by Stig.
2012-02-210.19.169debian/0.19.169Stephen Hemminger
2012-02-21Disable reboot on ctrl-alt-delStephen Hemminger
Bug 6526 Disable ctrl-alt-del where all the other system changes happen on installation.
2012-02-210.19.168debian/0.19.168Stephen Hemminger
2012-02-21Remove reference to init-floppyStephen Hemminger
Bug 7608
2012-02-210.19.167debian/0.19.167Stephen Hemminger
2012-02-21Fix spelling errors in install imageStephen Hemminger
Bug 7544 Found several misspellings in the install prompts.
2012-02-180.19.166debian/0.19.166Daniil Baturin
2012-02-18Fix VRRP templates error string capitalization.Daniil Baturin
2012-02-18Bug #7787: Modify VRRP templates to allow custom script arguments,Daniil Baturin
treat first word as script path and the rest as arguments.
2012-02-18Bug #7787: Allow using custom command line arguments in transitionDaniil Baturin
scripts.
2012-02-170.19.165debian/0.19.165Stephen Hemminger
2012-02-17snmp: add missing newline to config fileStephen Hemminger
Need newline after agentx
2012-02-100.19.164debian/0.19.164Stephen Hemminger
2012-02-10Fix typo in last SNMP change.Stephen Hemminger
2012-02-090.19.163debian/0.19.163Stephen Hemminger