git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/firewalld/direct.xml
blob: dadd4df4012fa5758355d6570a6b5f2dbbb3fe83 (plain)
1
2
3
4
5
6
7
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>