Replaced feature key to traffic_control for firewall 38/177738/2 submit/tizen/20180503.122906
authorhyunuktak <hyunuk.tak@samsung.com>
Thu, 3 May 2018 08:32:31 +0000 (17:32 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Thu, 3 May 2018 08:32:43 +0000 (17:32 +0900)
Change-Id: I1920e0803bd09ec6fe012624498246e10c0f2a23
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/capi-network-stc.spec
src/include/stc-firewall.h

index 68ff603626d387b531e5e6e418d18b6f92189b71..f1056d33b9c867c0ddced17778936ae4737df037 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-network-stc
 Summary:    A Smart Traffic Control (STC) libraries in Native API
-Version:    0.0.27
+Version:    0.0.28
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0
index 4b50c83be5ec0bc443230ad73500863452bd0e34..631b35cc984b15ddafbd94ad377b51ba70b8eaab 100755 (executable)
@@ -49,7 +49,8 @@ extern "C" {
  *  Macros and Typedefs
  *****************************************************************************/
 
-#define TIZEN_FEATURE_STC_FW     "http://tizen.org/feature/network.firewall"
+/* #define TIZEN_FEATURE_STC_FW     "http://tizen.org/feature/network.firewall" */
+#define TIZEN_FEATURE_STC_FW     "http://tizen.org/feature/network.traffic_control"
 
 #define STC_MANAGER_FW_PATH                    "/net/stc/firewall"
 #define STC_MANAGER_FW_INTERFACE               STC_MANAGER_SERVICE ".firewall"