File: tap-creator.1

package info (click to toggle)
ns3 3.26%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 117,520 kB
  • ctags: 72,063
  • sloc: cpp: 462,724; python: 364,339; perl: 8,720; ansic: 7,153; xml: 3,401; makefile: 1,981; sh: 628
file content (38 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" Process this file with
.\" groff -man -Tascii tap-creators.1
.\"
.TH tap-creator 1 "MARCH 2010" Linux "User Manuals"
.SH NAME
tap-creator \- emulate tap creator
.SH SYNOPSIS
.B tap-creator -d DEV -g GATEWAY -i IPADDR 
.B	-m MACADDR -n NETMASK -o MODE -p PATH [-v]
.SH DESCRIPTION
.B emulate tap creator with given parameters
.SH OPTIONS
.IP "-d DEV"
name of the new tap device
.IP "-g GATEWAY"
gateway address for the new device
.IP "-i IPADDR"
ip address of the new device
.IP "-m MACADDR"
mac address of the new device
.IP "-n NETMASK"
net mask for the new device
.IP "-o MODE"
operating mode of tap bridge
.IP "-p PATH"
path back to the tap bridge
.IP -v
be verbose
.SH AUTHOR
YunQiang Su <wzssyqa@gmail.com>
.SH "SEE ALSO"
.BR print-introspected-doxygen (1)
.BR emu-sock-creator (1)
.BR bench-simulator (1)
.BR bench-packets (1)
.BR simple (1)
.BR multiple-sources (1)
.BR wifi-phy-test (1)