Added firewall features 28/171028/4
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 26 Feb 2018 04:34:38 +0000 (13:34 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Thu, 5 Apr 2018 06:23:36 +0000 (15:23 +0900)
commitba2e9f1ed73517b42fcd595f56470ae6fbd648a7
tree8c59a8f60684472569683c047e1f6b542fd5fa1b
parentff3562722b95861a24de879001a8fd67598505de
Added firewall features

It's supported some rules using iptables and extension.
Specific IP(and IP range), Protocol, Port.

Change-Id: If4a79d86e771bac586de7fad02a4f27d5a1284cd
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
13 files changed:
include/linux/netfilter/xt_iprange.h [new file with mode: 0755]
include/stc-iptables-log.h
include/stc-iptables-util.h
src/helper/helper-ip6tables.c
src/helper/helper-ip6tables.h
src/helper/helper-iptables.c
src/helper/helper-iptables.h
src/stc-iptables-log.c
src/stc-iptables-util.c
test/stc_ipt_rule.c
unittest/rule.cpp
unittest/rule.h
unittest/unittest.cpp