summaryrefslogtreecommitdiff
path: root/scripts/priority.pl
AgeCommit message (Collapse)Author
2010-04-28Update to handle none default path to the templates if providedArthur Xiong
2010-04-22support for PARENT reference in priority statements. Example:Michael Larson
priority: PARENT Means that this priority group will adopt the priority value of the parent. And the behavior on deletion of this priority root node will be deleted before the parent. On all other operations this node will be scheduled after the parent. This should fix problems in scheduling creation/deletion orders for priority groups so long as they are located within the same hierarchy. priority.pl has been updated as well.
2010-01-19Restore priority commentsStephen Hemminger
Also sort the names when multiple values have same priority.
2009-12-21Rewrite priority script to use File::findStephen Hemminger
Use perl library rather than external find/grep. Cleaner and more efficient.
2009-11-05Allow inline comments in config template fields.Bob Gilligan
Also change priority.pl script to display inline comments found in "priority:" fields if they are present.
2009-10-21fixed script to handle multiple entries for same priorityslioch
2009-10-21sorts and generates priority statements from priority node.def entriesslioch