summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-14rectify check for bond interfaceMohit Mehta
2008-11-14Check result of system commandsStephen Hemminger
Make sure and check if system commands worked.
2008-11-14Use grep -c rather than running wc commandStephen Hemminger
Grep already has a count option, so use it.
2008-11-14Use perl unlink rather than rmStephen Hemminger
Don't need to run a command to remove a file.
2008-11-14Use perl mkdirStephen Hemminger
Don't need to call out to shell to create directory
2008-11-14Implement touch in perlStephen Hemminger
Use perl to do the touch command.
2008-11-13Simplify the debug codeStephen Hemminger
dump_log doesn't need allocate whole buffer, just print in steps.
2008-11-13Optimize for sizeStephen Hemminger
Optimizing for size generates better code, especially on cache starved processors.
2008-11-07Avoid overhead of modprobeStephen Hemminger
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems
2008-10-31Fix Bug 3808 - OpenVPN accepts non-existent local-host optionMohit Mehta
Move code to retrieve IP addresses for a specified interface-type to VyattaMisc module
2008-10-30Allow dhcp on bondingStephen Hemminger
Fix some assumptions in the vyatta-interfaces script that prevent using dhcp on bonded devices Bugfix 3835
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-28Fix 3505: cli crash on delete of ipv6net static route.Stig Thormodsrud
2008-10-24Fix dhcp on bondingStephen Hemminger
Add more hacks to already fragile code that depends on interface name. When next type is added this needs to be reworked. Bugfix 3835
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-21Bugfix: 3807: Typo in config template for interfaces/loopback.Bob Gilligan
2008-10-17Bugfix: 3655Bob Gilligan
Unload unused RAID modules.
2008-10-15Enforce restrictions on loopback nameStephen Hemminger
Add allowed completion and check type of device.
2008-10-15enforce syntax restrictions on ethernet device namesStephen Hemminger
Only allow devices name ethXXX and check that device exists Bugfix 3495
2008-10-10Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-10-10reboot not allowed from operator levelStephen Hemminger
This change prevents operator from seeing the reboot command in completion.
2008-10-10Revert my bad ideaStephen Hemminger
This was dumb "Fix permissions of config file during upgrade" This reverts commit dc93eee654d98bbcfcf3458eec066de27ec685d1.
2008-10-10Fix permissions of config file during upgradeStephen Hemminger
Make vyattacfg group before it is used Older versions had incorrect permissions.
2008-10-07Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration"Mohit Mehta
2008-10-07Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavistarbalocca
2008-10-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138rbalocca
2008-10-07fix for regression bug 3758. added additional check requiring opening and ↵slioch
closing quotes before stripping takes place.
2008-10-06fix for bug 3666. strip off leading and trailing quote from default text ↵slioch
values that are deleted. default values are treated differently from hollywood. The main difference a script writer needs to be aware of is that a deleted node will set the value of the node back to the default value rather than deleting the node. This means that a node that has a default value will always be in existence (if the parent exists) and that a user cannot delete this node.
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-17Add entry for upcoming bondingStephen Hemminger
Need to load bonding in correct step.
2008-09-10Allow operator user to execute top level "update" node.Stig Thormodsrud
2008-09-04Handle special files in aufsStephen Hemminger
aufs uses .wh.wh.XXX files for internal state. So ignore them in the commit function.
2008-09-04Merge branch 'master' of amd1:build-iso/pkgs/vyatta-cfg into islavistaStephen Hemminger
2008-09-04Fix build warningsStephen Hemminger
Get rid of warnings for push_path discards qualifiers from pointer target type.
2008-08-29Merge branch 'hollywood'Rick Balocca
2008-08-28Allow use of aufsStephen Hemminger
Use $UNIONFS environment variable
2008-08-27Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavistaslioch
2008-08-27strip off whitespace in default value parsed from node.def file--fixes ↵slioch
problem of deleting time-zone value without value.
2008-08-26Merge branch 'hollywood' into islavistarbalocca
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-08-193.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywoodMark O'Brien
2008-08-12Vtysh is not in sbindirStephen Hemminger
2008-08-12Change back to vyatta-vtyshStephen Hemminger
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-05Merge branch 'hollywood' into islavistaRick Balocca
Conflicts: scripts/vyatta-interfaces.pl
2008-08-04Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it.Stig Thormodsrud
2008-08-04Add curl package for bug 3143.Stig Thormodsrud
2008-08-03Merge branch 'hollywood'Rick Balocca