projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26623d
)
vxlan: fix command usage in its doc
author
Zhi Yong Wu
<
[email protected]
>
Thu, 22 Nov 2012 00:10:01 +0000
(
00:10
+0000)
committer
David S. Miller
<
[email protected]
>
Fri, 23 Nov 2012 19:03:04 +0000
(14:03 -0500)
Some commands don't work in its example doc. The patch will fix it.
Signed-off-by: Zhi Yong Wu <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
Documentation/networking/vxlan.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/vxlan.txt
b/Documentation/networking/vxlan.txt
index 5b34b762d7d5139a8cf0a9a8eacf739cae279a5b..6d993510f091c2088877ccfc1edf15474c5c723f 100644
(file)
--- a/
Documentation/networking/vxlan.txt
+++ b/
Documentation/networking/vxlan.txt
@@
-32,7
+32,7
@@
no entry is in the forwarding table.
# ip link delete vxlan0
3. Show vxlan info
- # ip -d show vxlan0
+ # ip -d
link
show vxlan0
It is possible to create, destroy and display the vxlan
forwarding table using the new bridge command.
@@
-41,7
+41,7
@@
forwarding table using the new bridge command.
# bridge fdb add to 00:17:42:8a:b4:05 dst 192.19.0.2 dev vxlan0
2. Delete forwarding table entry
- # bridge fdb delete 00:17:42:8a:b4:05
+ # bridge fdb delete 00:17:42:8a:b4:05
dev vxlan0
3. Show forwarding table
# bridge fdb show dev vxlan0