summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-04 14:32:15 +0200
committerGitHub <noreply@github.com>2021-06-04 14:32:15 +0200
commite0c86b974891dbea77bf77160b3188ace6d5a2f6 (patch)
treeeed5a31eb6fcb36ec50dde5203b0289e9b438c4f
parent21669d633a66091336bbb2000bf620855fa03fe3 (diff)
parent95cc2e4b4c11414cc71749af12abb575e96e5bd4 (diff)
downloadvyos-1x-e0c86b974891dbea77bf77160b3188ace6d5a2f6.tar.gz
vyos-1x-e0c86b974891dbea77bf77160b3188ace6d5a2f6.zip
Merge pull request #864 from jpbede/fix-flow-accounting-egress
flow-accounting: T3132: fix egress iptables chain
-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