summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2009-11-17Workaround 5100: Disable TSO on NICs using the igb driver.Bob Gilligan
Packets forwarded by NICs using the igb driver are corrupted when TSO is enabled. It appears that a train of back-to-back packets from the same flow coalesced by LRO are not correctly re-generated by TSO. This workaround prevents the problem by disabling TSO. This problem does not occur in the Kenwood code base, so this workaround should NOT be merged forward to Kenwood.
2009-08-28Bugfix 4793: Narrow the set of platforms on which module is loaded.Bob Gilligan
2009-08-28Bugfix 4793: Load the acpi_cpufreq module on certain processors.Bob Gilligan
2009-06-05fix for bug 4505 merge is now called merge.slioch
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-05-29Bugfix 4235: Code cleanup.Bob Gilligan
2009-05-29Bugfix 4235: Add help for "copy" and "rename" commands.Bob Gilligan
2009-05-28Bugfix 4235: Add help text for "load" and "save" commands in config mode.Bob Gilligan
2009-05-26Bugfix 4428: Disable copybreak in selected drivers to improve performance.Bob Gilligan
2009-05-21added load-merge command to configuration modeslioch
2009-03-09Block shutdown in configure modeStephen Hemminger
2009-02-18fix for bug 4138: reset *glob after completionAn-Cheng Huang
2009-02-09Fix Bug 3385 in completion script, thus, also fixing Bug 4120Mohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavistaAn-Cheng Huang
2008-11-17fix for bug 3922: disable "vpn" command for operators.An-Cheng Huang
2008-11-14Fix 3919: Operator level users cannot issue ping6 commandStig Thormodsrud
2008-11-07Avoid overhead of modprobeStephen Hemminger
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems
2008-10-30Set history timestamp at start of shellStephen Hemminger
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-10-24Expand shell historyStephen Hemminger
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc
2008-10-17Bugfix: 3655Bob Gilligan
Unload unused RAID modules.
2008-10-10reboot not allowed from operator levelStephen Hemminger
This change prevents operator from seeing the reboot command in completion.
2008-10-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138rbalocca
2008-09-26Simplify the coderbalocca
2008-09-26Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵rbalocca
loaded)
2008-09-10Allow operator user to execute top level "update" node.Stig Thormodsrud
2008-08-28Allow use of aufsStephen Hemminger
Use $UNIONFS environment variable
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-07-30mark vyatta-cfg as bash not sh scriptStephen Hemminger
This gets rid of a build error from lintian
2008-07-23Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417Rick Balocca
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427rbalocca
2008-06-30add help string for "copy" and "rename"An-Cheng Huang
2008-06-30fix for bug 3400. user vyatta needed modification to discard command.Michael Larson
2008-06-22add top level op-mode commands: 'connect', 'delete', 'disconnect', and ↵Mohit Mehta
'terminal' to allowed-op file so that they not flagged as invalid commands when logged in as a operator level user
2008-06-21Merge branch 'hollywood' of mohit@git.vyatta.com:/git/vyatta-cfg into hollywoodMohit Mehta
2008-06-25fixed non-root user access for discard. also moved help string.Michael Larson
2008-06-21add release and renew to allowed-op file so that operator is able to execute ↵Mohit Mehta
them
2008-06-18Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-06-18fix for bug 2622: add "copy" and "rename" commands for configuration mode.An-Cheng Huang
2008-06-17fix for bug 110. added discard command to configure mode. This command ↵Michael Larson
deletes local changes and keeps the user in configure mode.
2008-06-11Block reboot from config mode.Stig Thormodsrud
2008-05-19Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274rbalocca
2008-05-07Fix problem with Default-Stoprbalocca
2008-04-29partial fix for bug 3216: display escaped edit path correctly.An-Cheng Huang
2008-03-26fix for bug 3032:An-Cheng Huang
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config.
2008-03-20handle <> completion correctlyAn-Cheng Huang
2008-03-20fix for bug 3037: shell completionAn-Cheng Huang
2008-03-18Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
2008-03-18Don't allow operator to run init-floppyStephen Hemminger
Bugfix: 2985