summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan-Philipp Benecke <jan-philipp@bnck.me>2021-06-03 18:26:39 +0200
committerJan-Philipp Benecke <jan-philipp@bnck.me>2021-06-03 18:26:39 +0200
commit95cc2e4b4c11414cc71749af12abb575e96e5bd4 (patch)
treeeed5a31eb6fcb36ec50dde5203b0289e9b438c4f /src
parent21669d633a66091336bbb2000bf620855fa03fe3 (diff)
downloadvyos-1x-95cc2e4b4c11414cc71749af12abb575e96e5bd4.tar.gz
vyos-1x-95cc2e4b4c11414cc71749af12abb575e96e5bd4.zip
flow-accounting: T3132: fix egress iptables chain
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/flow_accounting_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/flow_accounting_conf.py b/src/conf_mode/flow_accounting_conf.py
index 0727b47a8..9cae29481 100755
--- a/src/conf_mode/flow_accounting_conf.py
+++ b/src/conf_mode/flow_accounting_conf.py
@@ -43,7 +43,7 @@ uacctd_conf_path = '/etc/pmacct/uacctd.conf'
iptables_nflog_table = 'raw'
iptables_nflog_chain = 'VYATTA_CT_PREROUTING_HOOK'
egress_iptables_nflog_table = 'mangle'
-egress_iptables_nflog_chain = 'POSTROUTING'
+egress_iptables_nflog_chain = 'FORWARD'
# helper functions
# check if node exists and return True if this is true