summaryrefslogtreecommitdiff
path: root/src/nat.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-12nat: Use new iptables APIDaniel Wagner1-4/+8
2013-02-12nat: No need to 'nat' table anymoreDaniel Wagner1-18/+0
This is done in iptables.c directly.
2012-10-12nat: Memory leak when cleaning upJukka Rissanen1-0/+1
The nat struct was not freed when it is was removed from the hash.
2012-04-17nat: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-02-13nat: Fix typo in iptables ruleDaniel Wagner1-1/+1
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner1-0/+235
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