Quellcode durchsuchen

Add iptables binaries

These haven't changed since they were added and rebuilding them makes the builds
very slow
Also, netfilter.org sometimes goes down which makes everything break.

All of the build code is still in place, so it should be simple to bump
the versions if we ever need to, or to build from source again.

(This adds about ~2MB to the compressed git repo)
Tom Denham vor 8 Jahren
Ursprung
Commit
77ea67d61e
6 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .gitignore
  2. BIN
      dist/iptables-amd64
  3. BIN
      dist/iptables-arm
  4. BIN
      dist/iptables-arm64
  5. BIN
      dist/iptables-ppc64le
  6. BIN
      dist/iptables-s390x

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
 dist/*.tar.gz
 dist/flanneld*
-dist/iptables-*
 dist/libpthread*
 dist/ld64*
 dist/libc*

BIN
dist/iptables-amd64


BIN
dist/iptables-arm


BIN
dist/iptables-arm64


BIN
dist/iptables-ppc64le


BIN
dist/iptables-s390x