summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-08-29 02:26:18 +0000
committersongyanchao <[email protected]>2023-08-29 02:26:18 +0000
commit3b9d656d676b3501894d691f55f6513f994ad237 (patch)
tree381da869d84b270e040d91d0e44459ccf865e1fc /tools
parent13716e5dc4af3692a1ac63b2f9f9d447f3095f39 (diff)
🎈 perf(DPISDN-17): devbind tool add "bind-without-module-load" argumentv4.6.47-20230829
devbind 工具添加“bind-without-module-load”参数
Diffstat (limited to 'tools')
-rwxr-xr-xtools/devbind/devbind.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/devbind/devbind.py b/tools/devbind/devbind.py
index c0ec822..fe324aa 100755
--- a/tools/devbind/devbind.py
+++ b/tools/devbind/devbind.py
@@ -110,6 +110,9 @@ def main():
module_load()
# bind dev
nic_bind()
+ elif args[1] == "bind-without-module-load":
+ # bind dev
+ nic_bind()
elif args[1] == "unbind":
# unbind dev
nic_unbind()