Skip to content
Snippets Groups Projects
Commit 86315017 authored by Jan Luebbe's avatar Jan Luebbe Committed by chrissi^
Browse files

gluon-radv-filterd: fix OUTPUT rule for REDIRECT


Signed-off-by: default avatarJan Luebbe <jluebbe@debian.org>
parent a0b9166d
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ rule 'RADV_FILTER -j ACCEPT' ...@@ -4,4 +4,4 @@ rule 'RADV_FILTER -j ACCEPT'
chain('REDIRECT', 'RETURN', 'nat') chain('REDIRECT', 'RETURN', 'nat')
rule('PREROUTING -p IPv6 --logical-in br-client --ip6-destination 2000::/3 -j REDIRECT', 'nat') rule('PREROUTING -p IPv6 --logical-in br-client --ip6-destination 2000::/3 -j REDIRECT', 'nat')
rule('OUTPUT -p IPv6 --logical-out --ip6-destination 2000::/3 -j REDIRECT', 'nat') rule('OUTPUT -p IPv6 --logical-out br-client --ip6-destination 2000::/3 -j REDIRECT', 'nat')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment