diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-13 13:44:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-13 13:55:15 +0100 |
commit | 76917807eb50ccde58901e8bec7ed3d408d1cc22 (patch) | |
tree | f4de29f757a3257dd2190a744ea373e87e81612d /.gitignore | |
parent | 6cb7fa17b3d89741a5fd3ac807775a3022c7d891 (diff) |
shared: add minimal firewall manipulation helpers for establishing NAT rules, using libiptc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2394e7c202..caef8310fa 100644 --- a/.gitignore +++ b/.gitignore @@ -182,6 +182,7 @@ /test-fdset /test-fileio /test-fstab-util +/test-fw-util /test-hashmap /test-hostname /test-icmp6-rs |