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
c1a1d8bc
Commit
c1a1d8bc
authored
May 22, 2015
by
John W. Linville
Committed by
Stephen Hemminger
Jun 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iproute2: update ip-link.8 for geneve tunnels
Signed-off-by:
John W. Linville
<
linville@tuxdriver.com
>
parent
88eea539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
man/man8/ip-link.8.in
man/man8/ip-link.8.in
+25
-1
No files found.
man/man8/ip-link.8.in
View file @
c1a1d8bc
...
...
@@ -76,7 +76,8 @@ ip-link \- network device configuration
.BR vti " |"
.BR nlmon " |"
.BR ipvlan " |"
.BR lowpan " ]"
.BR lowpan " |"
.BR geneve " ]"
.ti -8
.BR "ip link delete " {
...
...
@@ -247,6 +248,9 @@ Link types:
.sp
.BR lowpan
- Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 / Bluetooth
.sp
.BR geneve
- GEneric NEtwork Virtualization Encapsulation
.in -8
.TP
...
...
@@ -594,6 +598,26 @@ the following additional arguments are supported:
.BI mode " MODE "
- specifies the mode (datagram or connected) to use.
.TP
GENEVE Type Support
For a link of type
.I GENEVE
the following additional arguments are supported:
.BI "ip link add " DEVICE
.BI type " geneve " id " ID " remote " IPADDR"
.in +8
.sp
.BI id " VNI "
- specifies the Virtual Network Identifer to use.
.sp
.BI remote " IPADDR"
- specifies the unicast destination IP address to use in outgoing packets.
.in -8
.SS ip link delete - delete virtual link
.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