git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/firewalld/direct.xml
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/firewalld/direct.xml')
-rw-r--r--localfs/etc/firewalld/direct.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/localfs/etc/firewalld/direct.xml b/localfs/etc/firewalld/direct.xml
new file mode 100644
index 0000000..dadd4df
--- /dev/null
+++ b/localfs/etc/firewalld/direct.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<direct>
+ <rule ipv="ipv4" table="filter" chain="INPUT" priority="1">-m pkttype --pkt-type multicast -s 225.0.0.0/24 -d 225.0.0.0/24 -j ACCEPT</rule>
+ <passthrough ipv="ipv4">-I FORWARD -i br0 -j ACCEPT</passthrough>
+ <passthrough ipv="ipv4">-I FORWARD -o br0 -j ACCEPT</passthrough>
+ <passthrough ipv="ipv4">-I FORWARD -i sosbr0 -j ACCEPT</passthrough>
+ <passthrough ipv="ipv4">-I FORWARD -o sosbr0 -j ACCEPT</passthrough>
+</direct>