Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
f1a6f4e9
Commit
f1a6f4e9
authored
Oct 25, 2012
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iplink: add vxlan to man page
Also sort link types for clarity
parent
de038993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
15 deletions
+27
-15
man/man8/ip-link.8.in
man/man8/ip-link.8.in
+27
-15
No files found.
man/man8/ip-link.8.in
View file @
f1a6f4e9
...
...
@@ -50,7 +50,16 @@ ip-link \- network device configuration
.ti -8
.IR TYPE " := [ "
.BR vlan " | " veth " | " vcan " | " dummy " | " ifb " | " macvlan " | " can " | " bridge " | "ipoib" ]"
.BR bridge " | "
.BR can " | "
.BR dummy " | "
.BR ifb " | "
.BR ipoib " |"
.BR macvlan " | "
.BR vcan " | "
.BR veth " | "
.BR vlan " | "
.BR vxlan " ]"
.ti -8
.BI "ip link delete " DEVICE
...
...
@@ -136,14 +145,11 @@ specifies the type of the new device.
Link types:
.in +8
.B vlan
- 802.1q tagged virtual LAN interface
.sp
.B veth
- Virtual ethernet interface
.B bridge
- Ethernet Bridge device
.sp
.B
v
can
-
Virtual Local CAN
interface
.B can
-
Controller Area Network
interface
.sp
.B dummy
- Dummy network interface
...
...
@@ -151,17 +157,23 @@ Link types:
.B ifb
- Intermediate Functional Block device
.sp
.B ipoib
- IP over Infiniband device
.sp
.B macvlan
-
v
irtual interface base on link layer address (MAC)
-
V
irtual interface base on link layer address (MAC)
.sp
.B can
-
Controller Area Network
interface
.B
v
can
-
Virtual Local CAN
interface
.sp
.B
bridge
-
Ethernet Bridge devi
ce
.B
veth
-
Virtual ethernet interfa
ce
.sp
.B ipoib
- IP over Infiniband device
.BR vlan
- 802.1q tagged virtual LAN interface
.sp
.BR vxlan
- Virtual eXtended LAN
.in -8
.TP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment