Corrected comments in helper-ip6tables.h 95/163295/1
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 8 Dec 2017 08:55:30 +0000 (14:25 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 8 Dec 2017 08:55:30 +0000 (14:25 +0530)
Change-Id: Ib6c7d6d86f395c3fb8fd5abbbcbcc3acb000fa10
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/stc-iptables.spec
src/helper/helper-ip6tables.h

index c1df6d8..4257985 100644 (file)
@@ -1,6 +1,6 @@
 Name:       stc-iptables
 Summary:    STC(Smart Traffic Control) iptables
-Version:    0.0.4
+Version:    0.0.5
 Release:    0
 Group:      Network & Connectivity/Other
 License:    GPL-2.0+
index ff9e873..c763164 100755 (executable)
@@ -50,25 +50,25 @@ typedef struct {
 } ip6tables_rule_s;
 
 /**
- * @desc This function adds a new iptables rule.
+ * @desc This function adds a new ip6tables rule.
  * @return 0 on success and negative value if error.
  */
 int ip6tables_add_rule(ip6tables_rule_s *rule);
 
 /**
- * @desc This function removes already set iptables rule.
+ * @desc This function removes already set ip6tables rule.
  * @return 0 on success and negative value if error.
  */
 int ip6tables_remove_rule(ip6tables_rule_s *rule);
 
 /**
- * @desc This function adds a new iptables chain.
+ * @desc This function adds a new ip6tables chain.
  * @return 0 on success and negative value if error.
  */
 int ip6tables_add_chain(const char *chain);
 
 /**
- * @desc This function removes already set iptables chain.
+ * @desc This function removes already set ip6tables chain.
  * @return 0 on success and negative value if error.
  */
 int ip6tables_remove_chain(const char *chain);