Dan Williams
|
410bbf106a
iptables in nft mode now prints an error for non-existent chains
|
6 years ago |
Michael Cambria
|
a5f18ede38
Remove iptables mode dependent existsErr code work-around.
|
5 years ago |
Casey Callendrello
|
2ed0620363
Merge pull request #56 from asilvr/structured-stats
|
5 years ago |
Bruce Ma
|
5991869119
make iptables Error judge with protocal to adpat both ipv4 and ipv6
|
5 years ago |
Bruce Ma
|
43b10c99ed
fix content mismatch for fake iptables error
|
5 years ago |
Alex Silver
|
a2c10e26fc
Created a ParseStat method to allow for parsing a single stat; updated Stat struct with data types
|
5 years ago |
Alex Silver
|
f5321a7c41
Added StructuredStats method to returned structured stat data
|
5 years ago |
Casey Callendrello
|
5c15b20bd5
Add support for iptables in nftables mode.
|
6 years ago |
Arto Jantunen
|
fcc2b161ae
Store the iptables version components, and add a getter for them
|
6 years ago |
Arto Jantunen
|
194045f251
Add getter for the random-fully flag being supported
|
6 years ago |
Arto Jantunen
|
6bc3ee1e0e
Add a flag for iptables supporting --random-fully
|
6 years ago |
Casey Callendrello
|
afafc097ec
error: add Error.IsNotExist
|
6 years ago |
LinYushen
|
1b835ad5e0
fix #42: add change policy method
|
7 years ago |
Casey Callendrello
|
fa79f602b7
Error handling: fix up code from sanbornm, add tests
|
7 years ago |
Mark Sanborn
|
6ec148c4de
Fixes: https://github.com/coreos/go-iptables/issues/35
|
7 years ago |
Casey Callendrello
|
73490834f6
Merge branch 'iptables-stats' of https://github.com/phensley/go-iptables into phensley-iptables-stats
|
7 years ago |
Casey Callendrello
|
05f7f14e93
Merge pull request #36 from bboreham/add-cmd-to-error
|
7 years ago |
Bryan Boreham
|
b5951e7398
Add command args to Error struct
|
7 years ago |
Terra
|
8a57cb8dd6
iptables.go: Add support for ListWithCounters method
|
7 years ago |
Patrick Hensley
|
f4bc352331
Add Stats method to list rules w/ pkts, bytes.
|
8 years ago |
Van De Walle Bernard
|
5463fbac3b
Add support for ListChains method. (#26)
|
8 years ago |
Robbert Klarenbeek
|
1b1808cef7
Add support for IPv6 with ip6tables
|
8 years ago |
Jonathan Boulle
|
fbb73372b8
Merge pull request #18 from steveeJ/version-detect-fix
|
8 years ago |
Stefan Junker
|
332ceb2cfb
iptables: error out on version detection failure
|
8 years ago |
Dan Williams
|
bd49ce2460
*: fix locking multiple operations with old iptables
|
8 years ago |
Jonathan Boulle
|
fec6e61ebf
*: handle non-syscall errors
|
8 years ago |
Lyon Hill
|
b1a22a1e90
Add a RenameChain function
|
9 years ago |
Jonathan Boulle
|
591ab2760d
*: refactor iptables invocation
|
9 years ago |
Jonathan Boulle
|
e7855375bb
*: add file-based lock for old iptables versions
|
9 years ago |
Eugene Yakubovich
|
d9fd5516ca
add --wait to IPTables.List
|
9 years ago |