(file) Return to IPRouteProviderRegistration.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Providers / linux / load

File: [Pegasus] / pegasus / src / Providers / linux / load / Attic / IPRouteProviderRegistration.mof (download)
Revision: 1.4, Wed Jul 21 00:59:04 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.3: +1 -1 lines
BUG#: 1455
TITLE: [HP-RK] linux providers register with InterfaceVersion 2.0.0

DESCRIPTION: Updated the providers in the linux directory to register with InterfaceVersion 2.1.0, since the version (2.0.0) they currently specify is unsupported.

instance of PG_ProviderModule
{
   Name = "LinuxIPRouteProviderModule";
   Location = "LinuxIPRouteProvider";
   Vendor = "Pegasus Community";
   Version = "2.0.0";
   InterfaceType = "C++Default";
   InterfaceVersion = "2.1.0";
};

instance of PG_Provider
{
   ProviderModuleName = "LinuxIPRouteProviderModule";
   Name = "LinuxIPRouteProvider";
};

instance of PG_ProviderCapabilities
{
   ProviderModuleName = "LinuxIPRouteProviderModule";
   ProviderName = "LinuxIPRouteProvider";
   CapabilityID = "1";
   ClassName = "Linux_IPRoute";
   Namespaces = {"root/cimv2"};
   ProviderType = { 2 }; // Instance
   SupportedProperties = NULL; // All properties
   SupportedMethods = NULL; // All methods
};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2