diff options
| author | songyanchao <[email protected]> | 2023-08-29 02:26:18 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-08-29 02:26:18 +0000 |
| commit | 3b9d656d676b3501894d691f55f6513f994ad237 (patch) | |
| tree | 381da869d84b270e040d91d0e44459ccf865e1fc /tools | |
| parent | 13716e5dc4af3692a1ac63b2f9f9d447f3095f39 (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-x | tools/devbind/devbind.py | 3 |
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() |
