I'd like to make some incompatible changes to naming of management classes, entities and attributes: - consistency: use of camelCase for management attribute and class names (currently a mix of foo-bar, foo_bar and fooBar) - uniqueness: prefix entity names with type (e.g. link & router names are just numbers so use link:0 and router:0 instead of just 0)
I propose the following for the next release: - move to the new management agent by default, release note changes. - note that old agent is still available at $cmanagement - note that old agent is deprecated and will be removed in the following release. Any thoughts? Cheers, Alan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
