summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-24Need to fix some stuff from change to Vyatta::Stephen Hemminger
I wanted to use Vyatta::Config::Output, but the perl part of the autoconf installer is to stupid to handle directory trees, so had to limit it to one directory per package. So name should have been Vyatta::ConfigOutput...
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-11-19move submodule to get interface related info to VyattaMiscMohit Mehta
2008-11-19add support for development buildAn-Cheng Huang
2008-11-17add check for bond vif interface to submoduleMohit Mehta
2008-11-17check dhcp for bond vif interfaces as wellMohit Mehta
2008-11-17move submodules to VyattaMisc.pm so that they can be used elsewhere as wellMohit 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-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-14Fix 3919: Operator level users cannot issue ping6 commandStig Thormodsrud
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