1#!/bin/sh
2
3. /lib/functions.sh
4include /lib/firewall
5
6fw add i f forwarding_rule ACCEPT { -m physdev --physdev-is-bridged }
7