File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
# #############################################################################
2
2
# IP CHEATSHEET (中文速查表) - by skywind (created on 2024/11/12)
3
- # Version: 6 , Last Modified: 2024/11/24 01:58:30
3
+ # Version: 7 , Last Modified: 2024/11/24 02:56:27
4
4
# https://github.com/skywind3000/awesome-cheatsheets
5
5
# #############################################################################
6
6
@@ -112,9 +112,6 @@ ip -n s1 addr add 192.168.64.1/24 dev veth0 # 在网络命名空间中添加
112
112
# quick reference (busybox ip)
113
113
# #############################################################################
114
114
115
- # Usage: ip [OPTIONS] address|route|link|tunnel|neigh|rule [ARGS]
116
- # OPTIONS := -f[amily] inet|inet6|link | -o[neline]
117
- #
118
115
# ip addr add|del IFADDR dev IFACE | show|flush [dev IFACE] [to PREFIX]
119
116
# ip route list|flush|add|del|change|append|replace|test ROUTE
120
117
# ip link set IFACE [up|down] [arp on|off] [multicast on|off]
You can’t perform that action at this time.
0 commit comments