nat: Move nat code into a seperate file
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 1 Feb 2012 17:51:46 +0000 (18:51 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 13 Feb 2012 10:33:17 +0000 (11:33 +0100)
commit37cbd6d1e4f65892bab87194479a3cf86fa181aa
treeb94b0033f0055021a7e66b3e3b65972932b91d95
parentd9a94c8478156c97f9cca85d824964994a9b54bf
nat: Move nat code into a seperate file

Instead of natting all traffic, nat.c will restrict the masquerading
on given network/mask.

The nat handling code will be reused by session.c
Makefile.am
src/connman.h
src/main.c
src/nat.c [new file with mode: 0644]
src/tethering.c