summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-02Remove ifDescr overrideStephen Hemminger
Net-snmp now generates ifDescr itself, so don't need all the parsing and override stuff
2010-08-310.17.92debian/0.17.92Bob Gilligan
2010-08-31Bugfix 5499: Fix restrictions on IPv6 addresses.Bob Gilligan
The code previously prevented the user from assigning the all-zeros or the all-ones IPv6 host addresses on a subnet. These addresses are not illegal in IPv6. This commit removes that restriction, and adds checks for some IPv6 addresses that are illegal to be assigned to an interface.
2010-08-300.17.91debian/0.17.91Bob Gilligan
2010-08-30Bugfix 6085: Use "-x" flag instead of "-r" to kill the old dhclient processBob Gilligan
The "-r" flag to "dhclient" kills the old dhclient daemon, but also tries to release the lease on the server. Unfortunately, the program will block forever if a lease had not actually been obtained. The "-x" flag does all the same things as "-r", but doesn't try to release the lease on the server, and hence doesn't block in the case where the lease had not been obtained.
2010-08-24Add dependency on libcap2-binStephen Hemminger
Bug 6106 Installing this package needs setcap from libcap2-bin package.
2010-08-230.17.90debian/0.17.90Stephen Hemminger
2010-08-23Generate interface descriptionStephen Hemminger
This adds ifDescr value for interface based on PCI information.
2010-08-20Add check for port range on SNMP listen port valueStephen Hemminger
2010-08-20Add checking of port rangeStephen Hemminger
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet
2010-08-170.17.89debian/0.17.89An-Cheng Huang
2010-08-17update help text to use val_helpAn-Cheng Huang
2010-08-170.17.88debian/0.17.88Stephen Hemminger
2010-08-17Don't delete existing root passwordStephen Hemminger
For upgrade, don't touch root password. For new installation, root password is reset during build-iso Bug 6066
2010-08-170.17.87debian/0.17.87Stig Thormodsrud
2010-08-17Add vrrp parameters to transition script.Stig Thormodsrud
(cherry picked from commit 1b22d1bbcf8146736d9f69d1edb57a36e55f6fdc)
2010-08-160.17.86debian/0.17.86An-Cheng Huang
2010-08-16remove more low-level config dir usagesAn-Cheng Huang
2010-08-160.17.85debian/0.17.85An-Cheng Huang
2010-08-16remove low-level config dir usageAn-Cheng Huang
* "--path" option was using config dir directly. * remove "--path" since it is unused.
2010-08-160.17.84debian/0.17.84An-Cheng Huang
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-08-120.17.83debian/0.17.83An-Cheng Huang
2010-08-12remove "node.val" usagesAn-Cheng Huang
* use new cli-shell-api instead
2010-08-020.17.82debian/0.17.82An-Cheng Huang
2010-08-02use listEffectiveNodes() from new APIAn-Cheng Huang
2010-08-020.17.81debian/0.17.81Bob Gilligan
2010-08-02Bugfix 5964: Eliminate unnecessary version check.Bob Gilligan
2010-08-020.17.80debian/0.17.80An-Cheng Huang
2010-08-02new API changeAn-Cheng Huang
* return of isActive() was inverted in original API.
2010-07-300.17.79debian/0.17.79An-Cheng Huang
2010-07-30Merge branch 'mendocino' of git.vyatta.com:/git/vyatta-cfg-system into mendocinoAn-Cheng Huang
2010-07-30add comments and missing functionAn-Cheng Huang
2010-07-300.17.77debian/0.17.77An-Cheng Huang
2010-07-30new API changesAn-Cheng Huang
2010-07-280.17.78debian/0.17.78Bob Gilligan
2010-07-28Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
mendocino
2010-07-28Bugfix 5711: Don't allow special characters in image names.Bob Gilligan
2010-07-270.17.76debian/0.17.76Bob Gilligan
2010-07-27Bugfix 5929: Preserve SSH host keys during image installation.Bob Gilligan
(cherry picked from commit 71b716b7f5e5df1dd4ea6e8a16c7f987381cab8c)
2010-07-28Fix typo in last changeStephen Hemminger
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96)
2010-07-28Change ranges for bridge parametersStephen Hemminger
Bug 5901 (cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09)
2010-07-220.17.75debian/0.17.75An-Cheng Huang
2010-07-220.17.74debian/0.17.74Stephen Hemminger
2010-07-22More fixes to standalone password resetStephen Hemminger
Previous changes introduced lots of typos.
2010-07-220.17.73debian/0.17.73An-Cheng Huang
2010-07-22remove unused optionsAn-Cheng Huang
* high-level operations should not access CLI implementation details.
2010-07-21Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-07-21Make standalone password recovery more robustStephen Hemminger
Add checks to see if Vyatta configuration even exists and might be missing pieces needed to recover. Add ability to recover totally missing account, if the config file is intact.
2010-07-210.17.72debian/0.17.72Stephen Hemminger