]> git.ipfire.org Git - people/stevee/network.git/blob - man/network-port-batman-adv.8.in
batman-adv: Add documentation.
[people/stevee/network.git] / man / network-port-batman-adv.8.in
1 .TH network-port-batman-adv 8 "11 Mar 2013" "@VERSION@" "network man page"
2
3 .SH NAME
4 network-port-batman-adv \- Network Configuration Control Program
5
6 .SH SYNOPSIS
7 \fBnetwork [OPTIONS] port create batman-adv ...\fR
8 .P
9 Parameters may be edited with the following command:
10 .P
11 \fBnetwork [OPTIONS] port <port> edit ...\fR
12
13 .SH DESCRIPTION
14 The batman-adv hook creates a batman-adv soft interface, which is
15 used to bridge several hard interfaces (wireless adapters, etc.).
16
17 .SH OPTIONS
18 The \fBbatman-adv\fR hook offers various configuration options:
19
20 \fB--address\fR = ...
21 .RS 4
22 Define the MAC address of the interface. If no address is defined,
23 a random one will be generated.
24 .RE
25 .PP
26
27 \fB--slaves\fR = ... (only on create)
28 .RS 4
29 Define a list of ports, which should be used as slaves.
30 All slaves must be \fBbatman-adv-ports\fR ports.
31 .RE
32 .PP
33
34 \fB--add-slave\fR = ... (only on edit)
35 .RS 4
36 Adds an additional slave port.
37 .RE
38 .PP
39
40 \fB--del-slave\fR = ... (only on edit)
41 .RS 4
42 Removes a slave port.
43 .RE
44 .PP
45
46 .SH SEE ALSO
47 network(8), network-port-batman-adv-port(8)
48
49 .SH AUTHOR
50 Michael Tremer (michael.tremer@ipfire.org)