Initial source code for nether 0.0.1 (source code only) 86/44086/1
authorRomanKubiak <r.kubiak@samsung.com>
Thu, 16 Jul 2015 14:54:22 +0000 (16:54 +0200)
committerRomanKubiak <r.kubiak@samsung.com>
Thu, 16 Jul 2015 15:02:59 +0000 (17:02 +0200)
commit285473ef6cb9249844e31377bb1c71ce3ee2a655
tree9c1b18f91e2a9e3ed4f2f60e877131c0c2af8e4b
parent6f5e6b83dea4d7705cce739d3fd5d6ef9ab25c16
Initial source code for nether 0.0.1 (source code only)

Change-Id: I16970c3dedd9071c970523a478fbf35e009d13ef
14 files changed:
include/nether_CynaraBackend.h [new file with mode: 0644]
include/nether_DummyBackend.h [new file with mode: 0644]
include/nether_FileBackend.h [new file with mode: 0644]
include/nether_Manager.h [new file with mode: 0644]
include/nether_Netlink.h [new file with mode: 0644]
include/nether_PolicyBackend.h [new file with mode: 0644]
include/nether_Types.h [new file with mode: 0644]
include/nether_Utils.h [new file with mode: 0644]
src/nether_CynaraBackend.cpp [new file with mode: 0644]
src/nether_FileBackend.cpp [new file with mode: 0644]
src/nether_Main.cpp [new file with mode: 0644]
src/nether_Manager.cpp [new file with mode: 0644]
src/nether_Netlink.cpp [new file with mode: 0644]
src/nether_NetworkUtils.cpp [new file with mode: 0644]