repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
examples
/
ebtables.ferm
blob
54cb2dc5eba670184b56275639f87884cc54c5a3
1
# -*- shell-script -*-
2
#
3
# Ferm example script
4
#
5
# ebtables demo.
6
#
7
# Author: Max Kellermann <max@duempel.org>
8
#
9
10
domain eb chain FORWARD {
11
policy DROP;
12
13
logical-in br0 logical-out br0 {
14
proto (IPv4 ARP) ACCEPT;
15
}
16
}