Skip to content

Instantly share code, notes, and snippets.

@Docteur-RS
Created February 27, 2020 12:06
Show Gist options
  • Save Docteur-RS/fb45942becc91328486e29a345ae163d to your computer and use it in GitHub Desktop.
Save Docteur-RS/fb45942becc91328486e29a345ae163d to your computer and use it in GitHub Desktop.
diff -Naurd before.txt after.txt
--- before.txt 2020-02-27 12:01:08.670729353 +0000
+++ after.txt 2020-02-27 12:01:47.366784698 +0000
@@ -1,7 +1,7 @@
-Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
+Chain PREROUTING (policy ACCEPT 9 packets, 540 bytes)
pkts bytes target prot opt in out source destination
-Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
+Chain INPUT (policy ACCEPT 9 packets, 540 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
@@ -28,17 +28,17 @@
Chain ISTIO_REDIRECT (0 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 redir ports 15001
-Chain PREROUTING (policy ACCEPT 38 packets, 2176 bytes)
+Chain PREROUTING (policy ACCEPT 189 packets, 293095 bytes)
pkts bytes target prot opt in out source destination
-Chain INPUT (policy ACCEPT 38 packets, 2176 bytes)
+Chain INPUT (policy ACCEPT 189 packets, 293095 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
-Chain OUTPUT (policy ACCEPT 22 packets, 1608 bytes)
+Chain OUTPUT (policy ACCEPT 123 packets, 30731 bytes)
pkts bytes target prot opt in out source destination
-Chain POSTROUTING (policy ACCEPT 22 packets, 1608 bytes)
+Chain POSTROUTING (policy ACCEPT 123 packets, 30731 bytes)
pkts bytes target prot opt in out source destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment