mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Userland: Rename loop0 to loop
Now that the kernel picks a different name for the loopback adapter we should update userland to account for this.
This commit is contained in:
parent
e5e00bec8f
commit
e087a65775
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ private:
|
|||
auto ifname = if_object.get("name").to_string();
|
||||
|
||||
if (!include_loopback)
|
||||
if (ifname == "loop0")
|
||||
if (ifname == "loop")
|
||||
return;
|
||||
if (ip_address != "null")
|
||||
connected_adapters++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue