summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-21Indicate the VC4.0.2 release candidate in the changelogrbalocca
2008-04-19VC4.0.2debian/0.6Mark O'Brien
2008-04-19cycle interface state on IP address assigment to fix static routesRobert Bays
2008-04-18If watchlink isn't running, don't treat it as a fatal error.Stig Thormodsrud
2008-04-18fix for bug 3177Robert Bays
2008-04-16VC4.0.2debian/0.5Mark O'Brien
2008-04-14Fix 3034: Loopback interface controlled by "ethernet lo"Stig Thormodsrud
2008-04-043.0.2debian/0.4Mark O'Brien
2008-04-03fix for bug 3090: commit "policy" before "protocols" at boot time.An-Cheng Huang
2008-04-03handle multiple address deletion when link is downStephen Hemminger
More robust fix for Bug 2802. Handle case of multiple addresses and lines in the linkstatus file. Add locking to try and prevent multiple update.
2008-04-03fix for bug 3097: correctly detect deleted tagAn-Cheng Huang
2008-04-03code cleanup (remove some evil copy-and-paste instances).An-Cheng Huang
2008-04-02Add duplicate check to watchlink exclude file.Stig Thormodsrud
2008-04-02stop watchlink when address is removedStephen Hemminger
Kludge to work around address watchlink interaction: remove status file. This should fix bug 2802. There may still be problems when multiple addresses are assigned to an interface. The correct fix is to just get rid of the watchlink process and do the management in kernel or zebra.
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-04-01add function to delete watchlink exclude entries based on ID.An-Cheng Huang
2008-03-31Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-03-31Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
2008-03-31handle delete address request if address is already removedStephen Hemminger
Quagga link-detect may have already removed address from interface. Check for missing address, and if not present just tell vtysh. This fixes bug 2802
2008-03-31fix for bug 2675: correctly detect newly created config nodes.An-Cheng Huang
2008-03-31Add utilitly script to add/removed entries to watchlink exclude file.Stig Thormodsrud
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-24Set dependencies on either bash or vyatta-bashrbalocca
2008-03-24startup config orderingAn-Cheng Huang
2008-03-21Fix debian dependenciesrbalocca
2008-03-20handle <> completion correctlyAn-Cheng Huang
2008-03-20add validation for more typesAn-Cheng Huang
2008-03-20fix for bug 3037: shell completionAn-Cheng Huang
2008-03-19Merge branch 'glendale' of git:/git/vyatta-cfg into glendaleMark O'Brien
Conflicts: debian/changelog
2008-03-183.0.1Mark O'Brien
2008-03-18VC4.0.1debian/0.3Mark O'Brien
2008-03-18Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg into glendaleBob Gilligan
2008-03-18Bugfix: 2986Bob Gilligan
Fix typo in arguments to "mount" command.
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
2008-03-17Bugfix: 2885Bob Gilligan
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem.
2008-03-14fix for bugs 2725 2999Robert Bays
2008-03-14fix for bugs 2725 and 2999Robert Bays
2008-03-12CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values.
2008-03-12handle "<*>" allowed valuesAn-Cheng Huang
2008-03-12partial fix for bug 2987: use "less" instead of "more", and disableAn-Cheng Huang
"terminal" command for operator level.
2008-03-11add LESSSECUREAn-Cheng Huang
2008-03-11CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before
2008-03-11more robust handling of set mac addressStephen Hemminger
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up.
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-10Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Glendale release is licensed under GPL version 2.
2008-03-10Replace VPL with GPLv2Stephen Hemminger
Glendale is licensed under GPL version 2
2008-03-06Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-06fix for bug 2950: raise config error messages during boot to warning level.An-Cheng Huang