git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/firewalld/direct.xml
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
commit0632591996893fe136a1f2fe44d9b9f404f41f3e (patch)
tree7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/firewalld/direct.xml
downloadfedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2
Initial commit
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>