plugins/meta/portmap: add an iptables-based host port mapping plugin
authorCasey Callendrello <casey.callendrello@coreos.com>
Fri, 26 May 2017 15:50:13 +0000 (17:50 +0200)
committerCasey Callendrello <casey.callendrello@coreos.com>
Thu, 1 Jun 2017 08:06:28 +0000 (10:06 +0200)
commita7aaf0e377524521115fb57bc09748bd12344231
treed84948a827d9d393844afeb44caff7050d47e1bf
parent22cda76afb61ef22bcd95cc7f01a98bab58c8425
plugins/meta/portmap: add an iptables-based host port mapping plugin
README.md
plugins/meta/portmap/README.md [new file with mode: 0644]
plugins/meta/portmap/chain.go [new file with mode: 0644]
plugins/meta/portmap/chain_test.go [new file with mode: 0644]
plugins/meta/portmap/main.go [new file with mode: 0644]
plugins/meta/portmap/portmap.go [new file with mode: 0644]
plugins/meta/portmap/portmap_integ_test.go [new file with mode: 0644]
plugins/meta/portmap/portmap_suite_test.go [new file with mode: 0644]
plugins/meta/portmap/portmap_test.go [new file with mode: 0644]
plugins/meta/portmap/utils.go [new file with mode: 0644]
test.sh