blob: 0292f5344b72f72d341fb6866002cdb416d54036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Which cards are firewalled, and with what. Read by fwstart(8) at
# boot. The address is not named here: fw reads it from the card it
# takes over, so this file and ipconfig(8) cannot drift apart.
#
# One entry per card. Everything the card sends or receives is
# filtered; see fwrules(6) for the rule files themselves.
#
fw=ether0 rules=/lib/fw/host.ndb
# a second card, if this machine has one
#fw=ether1 rules=/lib/fw/lan.ndb
|