summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-150.14.0+islavista3debian/0.14.0+islavista3islavistaMohit Mehta
2009-07-15make it work with dhcp 4.1.0Mohit Mehta
2009-02-253.3.1vyatta/3.3.2vyatta/3.3.1debian/0.14.0+islavista2Mark O'Brien
2009-01-30work around unionfs bugAn-Cheng Huang
2009-01-120.14.0+islavista1vyatta/3.2.1debian/0.14.0+islavista1An-Cheng Huang
2009-01-12Restore IPV6 addresses when interface re-enabledStephen Hemminger
Bugfix: 3696 Force restore of IPV6 addresses when interface is enabled
2009-01-09Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2009-01-09Add option for restoring ipv6 addressesStephen Hemminger
When interface is brought down IPV6 addresses are removed (Bug 3696). Add a new option that can be used to restore the addresses if desired.
2008-12-15Fix 3991: Unable to configure DHCP server on a multinetted interface.Stig Thormodsrud
2008-11-253.2.0vyatta/3.2.0debian/0.14Mark O'Brien
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-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