feat(driver/net): 实现Loopback网卡接口 (#845)

* 初步实现loopback设备
This commit is contained in:
SMALLC
2024-07-22 16:22:45 +08:00
committed by GitHub
parent ef2a79be60
commit 1ea2daad81
10 changed files with 613 additions and 5 deletions

View File

@ -0,0 +1,27 @@
{
"name": "test_lo",
"version": "0.1.0",
"description": "test for lo interface",
"rust_target": null,
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_lo"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "make clean"
},
"envs": [],
"build_once": false,
"install_once": false,
"target_arch": ["x86_64"]
}