44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c ./src/LMI_IPConfigurationServiceProvider.c
|
|
--- ../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c 2014-09-04 11:09:32.000000000 +0200
|
|
+++ ./src/LMI_IPConfigurationServiceProvider.c 2014-10-07 13:48:13.000995512 +0200
|
|
@@ -659,6 +659,39 @@
|
|
return result;
|
|
}
|
|
|
|
+KUint32 LMI_IPConfigurationService_AddIPProtocolEndpoint(
|
|
+ const CMPIBroker* cb,
|
|
+ CMPIMethodMI* mi,
|
|
+ const CMPIContext* context,
|
|
+ const LMI_IPConfigurationServiceRef* self,
|
|
+ const KRef* TargetInterface,
|
|
+ const KInstanceA* IPProtocolEndpoint,
|
|
+ const KInstanceA* EndpointSettings,
|
|
+ KRefA* ResultingEndpoint,
|
|
+ KRef* Job,
|
|
+ CMPIStatus* status)
|
|
+{
|
|
+ KUint32 result = KUINT32_INIT;
|
|
+
|
|
+ KSetStatus(status, ERR_NOT_SUPPORTED);
|
|
+ return result;
|
|
+}
|
|
+
|
|
+KUint32 LMI_IPConfigurationService_RemoveIPProtocolEndpoint(
|
|
+ const CMPIBroker* cb,
|
|
+ CMPIMethodMI* mi,
|
|
+ const CMPIContext* context,
|
|
+ const LMI_IPConfigurationServiceRef* self,
|
|
+ const KRefA* Endpoint,
|
|
+ KRef* Job,
|
|
+ CMPIStatus* status)
|
|
+{
|
|
+ KUint32 result = KUINT32_INIT;
|
|
+
|
|
+ KSetStatus(status, ERR_NOT_SUPPORTED);
|
|
+ return result;
|
|
+}
|
|
+
|
|
KONKRET_REGISTRATION(
|
|
"root/cimv2",
|
|
"LMI_IPConfigurationService",
|