Load iptables rules from systemd unit file, not from nether program 63/104863/6
authorRafal Krypa <r.krypa@samsung.com>
Wed, 28 Dec 2016 10:42:29 +0000 (11:42 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Fri, 26 May 2017 12:09:00 +0000 (14:09 +0200)
commit2ae930f936063b59b1ef5fb87079a3c66e6cd58e
tree925e513fbacb4934fce77761b2770034287c14eb
parent4fc0550cc3ea38f1fe52c045882526f86b4b0f5e
Load iptables rules from systemd unit file, not from nether program

Drop nether support for loading iptables rules. Such rules should ideally be
managed from a central place that implements multiple requirements, not only
nether. It is not right for nether to be the manager of iptables policy.

For now nether daemon will stop managing the rules, they will be loaded from
systemd unit files. It is already done for ip6tables rules, as nether never
handled ip6tables for IPv6, only iptables for IPv4.

Change-Id: Icb0cf1f42b54e0859c182a6a4baac42e85294388
README.md
conf/nether_ipv6.rules
conf/systemd/nether.service.in
include/nether_Manager.h
include/nether_Types.h
packaging/nether.spec
src/CMakeLists.txt
src/nether_Main.cpp
src/nether_Manager.cpp