blob: 7719e7e1bf98d5736b0357d2a148a07a84ea27bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Bridge Utils configuration
config BRIDGE_UTILS
bool
# FIXME:
# - claims about missing "missing"
# - tries to pick up non-local include paths
depends on BROKEN
prompt "Bridge Utils "
help
Utilities for configuring the Linux ethernet bridge
This package contains utilities for configuring the
Linux ethernet bridge in Linux 2.4 or later.
The Linux ethernet bridge can be used to tie multiple
ethernet devices together. The connection is fully
transparent: hosts connected to one ethernet device
can see all hosts connected to any of the other
ethernet devices directly.
|